A PNG loader for SDL. (fwd)

Robert J. Sprawls @Robert_J_Sprawls
Tactical Dynamics http://home.att.net/~sprawlsr---------- Forwarded message ----------
Date: Sun, 1 Nov 1998 12:50:03 -0600 (CST)
From: @Robert_J_Sprawls (Robert J. Sprawls)
To: emblem
Subject: Re: [SDL] A PNG loader for SDL.

On Sun, 1 Nov 1998, emblem wrote:

Essential, but as I said in a previous post, attempting to create a do-all
general purpose game network lib is going to bloat and slow it down. It
would be in each developer’s best interest to learn socket programming and
TCP/IP and UDP programming. Also it would be suggested that developer’s

Would you mind posting the identification numbers of the RFCs you consider relvant
to the list?

RFC-768 – The User Datagram Protocol(UDP)
RFC-791 – The Internet Protocol(IP)
RFC-793 – THe Transmission Control Protocol(TCP)

Some other good sources for network programming:
libgnet-1.1.tar.gz – Network game programming library
http://www.ecst.csuchico.edu/~beej/guide/net/
http://www.cs.umn.edu/~bentlema/unix/
http://pandonia.canberra.edu.au/ClientServer/socket.html
gopher://gopher-chem.ucdavis.edu/11/Index/Internet_aw/Intro_the_Internet/intro.to.ip/
http://www.ibrado.com/sock-faq/

I also use libgnet-1.1 to study from. It is Unix/Linux specific and won’t
work as is under Win95.

FWIW, ALL references are to Unix/Linux information, as I only use Linux. I
won’t post files to the mail list because it could cause major problems
should mail get bounced for whatever reason.

If you want any of the files listed, post your email address and I’ll send
you a zipped and tarred copy.

Robert J. Sprawls @Robert_J_Sprawls
Tactical Dynamics http://home.att.net/~sprawlsr

P.S. Please excuse any typos.