OGRECave / ogre-procedural

procedural geometry for Ogre3D
https://ogrecave.github.io/ogre-procedural/
MIT License
40 stars 15 forks source link

Lua TestBench #122

Closed GoogleCodeExporter closed 8 years ago

GoogleCodeExporter commented 8 years ago
A way to quickly test features without writing C++ code/recompiling/restarting 
program is to use a scripting language.
Lua is relatively easy to embed, and SWIG can automatically generate bindings, 
so it would not be a considerable amount of work, and would allow faster 
developpement cycles.

Original issue reported on code.google.com by michael.broutin@gmail.com on 14 Sep 2012 at 10:02

GoogleCodeExporter commented 8 years ago
Got it working. Yay!

Original comment by michael.broutin@gmail.com on 16 Sep 2012 at 4:20