RTTI Script basic examples
After a few requests for examples and an assertion in the comments that noting actually compiles or runs, I’ve updated the repository a little. Continue reading ‘RTTI Script basic examples’ »
Mason Wheeler's thoughts on Delphi programming in general, and particularly on the technical aspects of developing the TURBU engine and editor.
Archive for November 2011
After a few requests for examples and an assertion in the comments that noting actually compiles or runs, I’ve updated the repository a little. Continue reading ‘RTTI Script basic examples’ »
Way back at the start of this year, I wrote about how I’d been working on a new Object Pascal-based script engine built around Delphi’s extended RTTI system. And then it got real quiet, because more immediate concerns took priority for me. But I’ve gotten to the point in my game engine development where I really need to put in the scripting system, so I spent the last couple weeks finishing up the implementation and tuning the performance a little, and now I’ve got an alpha version ready. If anyone would like to try it out, they can find it on Google Code.