You are currently browsing the archives for the day: Tuesday, den 10. June 2008.

June 10, 2008

Lua

I’ve finally figured out the basic framework to get Lua files to load, run and work well with C++ objects. Now, instead of reading in a text file that defines, say, a room, I can read in a Lua program that builds a room when it executes. This is a definite improvement.

more...