Quote Originally Posted by IlovePascal
hey j,
I’ll have a look at that, thanks . Btw, what’s Lua? What does it do?
Lua is a scripting engine developed in Ansi C. In my example I use the DLL version and link it out to show off one way to integrate it into a pascal game. You can pretty much ignore it if you want, as the more important things are the SDL parts for you.

BTW: Its a Lazarus project, so install lazarus and double click the .lpr file.