PDA

View Full Version : Some tests with LUA



cht666cht
11-07-2006, 10:13 AM
Hi, I've started to make some tests with Delphi+Lua. I wan't to create some simple 2d engine, if someone want's to try it:
http://www.telefonica.net/web2/cht666cht/game.rar
there are some lua sample game files, to use them copy the code in the console window and push the "Ejecutar" button. It's still in a very pre-alpha state :)

tanffn
11-07-2006, 11:39 AM
wow, quite nice! :thumbup:

Just some small annoyances I encountered:
Clear the screen on executing a new scrip.
Fix drag-and-drop, the console window does accept the file but it won't load it.

cht666cht
11-07-2006, 02:18 PM
thanks tanffn. My idea is to use SDL (now it's a TForm with a TPaintBox :D) and then create some GUI objects for using the console from inside the SDL window. But yes, while I'm doing tests with Lua and the engine core I should add some more functionality to the console.