Hi all…
I tried and couldnt find a fullsourcecode that combines sdl & opengl…Or any
2d pure sdl game code…
Can you give me a link that i can find full game (2d) source codes???(i need
the exact link like www.example.com/sourcecodes/source1)
thank you for your help–
Just say the words , your wish is my command…
Hi,
Not sure if i can help you.
I made some small 2-d puzzle games with SDL for the Win32 platform.
Games use SDL, SDL_TTF, SDL_mixer, and SDL_RotoZoom.
(I do not use any OpenGL functions in my games)
If interested you may see them on my web site:
http://www.silentheroproductions.com/
(http://www.silentheroproductions.com/)
Games are written in Visual C++ under Microsoft Visual Studio.NET 2005
Professional.
Jesse
SLNTHERO at AOL.com (mailto:SLNTHERO at AOL.com)
In a message dated 10/18/2006 4:46:24 P.M. Eastern Standard Time,
engincalar at gmail.com writes:
Hi all…
I tried and couldnt find a fullsourcecode that combines sdl & opengl…Or any
2d pure sdl game code…
Can you give me a link that i can find full game (2d) source codes???(i need
the exact link like www.example.com/sourcecodes/source1
(http://www.example.com/sourcecodes/source1) )
thank you for your help–
Just say the words , your wish is my command…
SDL mailing list
SDL at libsdl.org
http://www.libsdl.org/mailman/listinfo/sdl
I tried and couldnt find a fullsourcecode that combines sdl & opengl…Or
any 2d pure sdl game code…
Can you give me a link that i can find full game (2d) source codes???(i
need the exact link like www.example.com/sourcecodes/source1
SDL used for both 2D and OpenGL rendering at the user’s option:
http://svn.icculus.org/quake2/
SDL used for just OpenGL rendering:
http://svn.icculus.org/quake3/
All sorts of uses of SDL:
http://www.libsdl.org/applications.php
http://www.libsdl.org/libraries.php
–ryan.