KenzieMac130 / ogre-procedural

Automatically exported from code.google.com/p/ogre-procedural
0 stars 0 forks source link

Merge Unit tests, lua tests, and illustrations #134

Closed GoogleCodeExporter closed 8 years ago

GoogleCodeExporter commented 8 years ago
These 3 projects are take the description of a scene and build something out of 
it : saved picture or visualised mesh.
It could be good merging them into a single tool, with different options 
depending on the objective.
All of them would use lua bindings, since they cover all OgreProcedural and the 
relevant parts of Ogre.
That tool could also get integrated in a batch process workflow, ie if a user 
want to create a mesh then save the result...

Original issue reported on code.google.com by michael.broutin@gmail.com on 28 Nov 2012 at 4:26

GoogleCodeExporter commented 8 years ago
Issue 70 has been merged into this issue.

Original comment by michael.broutin@gmail.com on 7 Dec 2012 at 5:22

GoogleCodeExporter commented 8 years ago
Improved usability of LuaTests.
It will soon be able to superseed Unit_Tests.
For command line mode, however, a limitation is that with win32, it's 
impossible to use the console and a window at the same time (you can allocate 
the console, but if you run the exe from a console, it won't use the current 
console..)

Original comment by michael.broutin@gmail.com on 17 Dec 2012 at 8:52

GoogleCodeExporter commented 8 years ago
Renamed LuaTests ScriptInterpreter and made it a command line tool.
(finally, the limitation with win32 didn't exist)

Original comment by michael.broutin@gmail.com on 20 Dec 2012 at 3:10

GoogleCodeExporter commented 8 years ago
Performance testing added to ScriptInterpreter.
Currently porting all illustrations to lua scripts.

Original comment by michael.broutin@gmail.com on 4 Jan 2013 at 11:49

GoogleCodeExporter commented 8 years ago
This evolution has been canceled (it didn't bring much value to port everything 
to lua).
Instead, a new GUI to better select which test to run will be created.

Original comment by michael.broutin@gmail.com on 12 Nov 2013 at 1:21