pLua is a long term effort to build a set of methods (functions and procedures), objects, and types to aid Pascal Developers (FPC, Lazarus, and Delphi at the momemnt) in the implementation of Lua in their projects.Included in the download is the start of the documentation, ALL of the support files, some demos (still to be expanded), and the start of a wrapper generator.Some things are different in pLua then in the last distro I put out for everyone. First, it isn't built on top of the Lua wrappers...
ECTG is a simple game engine built with FreePascal, Lua, and SDL. Its NOT ment to be a final product, instead its ment to provide developers who are trying to use SDL, FreePascal, and/or Lua to show them some ways to integrate them.Full source code is available, documentation is included, and source for the documentation is also included (HelpNDoc file).I'd like a few people to try and run the included sample (it just loads up a few Tile Joiner files and displays them to the screen with animation...