Mirage Engine
Guide for C++ Game Programming - Printable Version

+- Mirage Engine (https://mirage-engine.uk/forums)
+-- Forum: Mirage Source (Nostalgia) (https://mirage-engine.uk/forums/forumdisplay.php?fid=61)
+--- Forum: Archive (2006-2011) (https://mirage-engine.uk/forums/forumdisplay.php?fid=18)
+---- Forum: Programming (https://mirage-engine.uk/forums/forumdisplay.php?fid=24)
+----- Forum: General (https://mirage-engine.uk/forums/forumdisplay.php?fid=27)
+----- Thread: Guide for C++ Game Programming (/showthread.php?tid=2777)



Guide for C++ Game Programming - Rian - 02-05-2009

http://lazyfoo.net/SDL_tutorials/index.php

Found it while stumbling. Thought I'd post.


Re: Guide for C++ Game Programming - Reece - 02-05-2009

This should be stickied dude, looks amazingly helpful


Re: Guide for C++ Game Programming - Tony - 02-05-2009

How fast is SDL?


Re: Guide for C++ Game Programming - unknown - 02-05-2009

Yeah this is a GREAT tutorial site, it's where I learned almost all of my knowledge about SDL.

SDL is a really great simple api for making cross platform 2d games in C++. SDL is fast but hasn't been updated in a while, so its somewhat dated. The networking library they provide with SDL isn't that great either.