|
Written by dekki
|
|
Tuesday, 16 January 2007 |
These are several test programs realized during the development of "Mars, Land of No Mercy". You can download and use them to begin coding with SDL.
 | | Mouse & Tiles An example of how to use the mouse on a tiled landscape realized using some graphic primitives. Author: M3xican Last update: 2004-10-25 Download mouse_tile.tar.gz |
 | | Sinus font Just a simple sinus scroller developed to test the possibilities of SDL_ttf library. Author: Encelo Last update: 2004-10-25 Download sinus_font.tar.gz |
 | | Mix Just a simple audio mixer developed to test the possibilities of SDL_mixer library. Author: Encelo Last update: 2004-10-25 Download mix.tar.gz |
 | | Isometric Mouse An example of how to use the mouse on an isometric landscape converting isometric to screen (orthogonal) coordinates. Author: M3xican Last update: 2005-07-06 Download iso_mouse.tar.gz |
 | | Mouse Scrolling This example implements a smooth (I hope) scrolling based on mouse movements using just SDL Blits. Author: M3xican Last update: 2004-11-06 Download mouse_scroll.tar.gz |
 | | A* pathfind This example implements A* pathfind algorithm using "manhattan distance" heuristic. Author: M3xican Last update: 2005-02-15 Download astar_pathfind.tar.gz |
 | | GL Blit An exhaustive example about blitting sprites with OpenGL and SDL. Author: Encelo Last update: 2005-04-05 Download gl_blit.tar.gz |
| | |
|
|
Last Updated ( Wednesday, 09 May 2007 )
|