List of free libraries

Started by
195 comments, last by dcco 12 years, 10 months ago
I thought I would mention my library:

AgateLib - http://agate.sourceforge.net/

It's a 2D game and game authoring tool programming library written for .NET 2.0.
Advertisement
FYI SDL_Config is in the standard SDL distribution now so I don't see a reason why it's on the list anymore.
______________________________________________________________________________________With the flesh of a cow.
Quote:Original post by Ainokea
FYI SDL_Config is in the standard SDL distribution now so I don't see a reason why it's on the list anymore.


??

Begginning with 1.2.10, there's a file SDL_config.h which "is a set of defines to configure the SDL features", which has no connections to my lib (and which forced me to rename my main library header to SDL_config_lib.h to avoid confilcts, damn them! ;-) ) and there's a environment variable SDL_CONFIG that I don't know what is doing :-) but has obviously no connections with my SDL_Config.

...

However, you must have seen my face when I read that SDL_Config is in std SDL distribution and for a second believed in it - OMFG is the gentliest expression for it.
The NET2 library is a great candidate for the networking section. I suppose it falls under the catagory of wrapper for SDL_net but I think it is more like an extension and more productive version of SDL_net and the event system geared towards multiplayer/server based games. I just recently converted an SDL_net program to use it and I have to say it offers quite a bit of intuitive functionality over the SDL_net library alone.

Bob Pendelton the author is a regular on the SDL mailing list and seems to be available for contact to report bugs or ask specific questions although I think the SDL mailing list does a decent job of answering questions regarding that particular library.
Evillive2
GIMPACT : Collision detection library.

http://gimpact.sourceforge.net/
"Technocracy Rules With Supremacy" visit: http://gimpact.sourceforge.net
Just added the last 5 or 6 submissions. Hopefully I can give the page a proper overhaul in the near future.
CRM32Pro SDK - multiplatform, free, built on top of SDL, specially for 2D games.

http://www.megastormsystems.com
I think sdl outta be in 2d graphics
I don't.
Quote:Original post by Spudder
I would nominate CDX in the "General Purpose" libraries, I had a look at it a while back and it's a pretty decent library with many useful features.



I agree!

This topic is closed to new replies.

Advertisement