Welcome to the SDL Projects Page
This page servers as a master link to several SDL projects and
libraries in use or under developement at Lake Superior State
University. All code written by Dr. Evan Schemm on these pages is
available under the GPL. In some cases, code or other tidbits
(fonts, or sounds for instance) are included but copyright by other
persons. Such copyright is indicated either in the code, or via a
readme file.
Comments, questions, or bugfixes can be directed to elschemm@furball.schemm.lssu.edu
First day Demo
All this stuff has NOT been updated for SDL 2, and is possibly broken.
Games in SDL
- Chutes and Ladders - The second CSCI 321 demo program! This code isn't particularly well documented, but it shows a little about using SDL_gfx and tile based games.
- TwigMan - The third CSCI 321 demo program! Finally available to the public!
Libraries for SDL
- Fixed_print.c - A 6x10 fixed width
font package. Includes upper and lower case and some
symbols. The font is included in the file (as an xpm). All
you need to do is #include it in your code. Requires SDL_image for
the xpm support.
- snet - A network library that sits
atop SDL_net. Currently very BETA. Use at your own
risk. Should work on Solaris, Linux, and Windows.