Open GoogleCodeExporter opened 8 years ago
[deleted comment]
Original comment by michael.broutin@gmail.com
on 28 Feb 2011 at 4:45
Set it to version 0-3 as Thomas already started working on it...
Original comment by michael.broutin@gmail.com
on 3 Aug 2011 at 7:38
I'm suggesting yaml. I recently learned to use the yaml-cpp lib, it was quite
easy
Original comment by ezjonas
on 29 Mar 2012 at 4:12
I'm not sure yet what format I'll adopt, but I'm definitely in favor of a text
based format, like JSON or YAML...
Maybe something like the ogre material scripts.. or something like the demo
Miguel Cepero made on his "procedural world" blog.
Required qualities are :
- easily human readable and editable
- concise
- easy to parse and to extend
Original comment by michael.broutin@gmail.com
on 29 Mar 2012 at 4:23
[deleted comment]
[deleted comment]
I started writing a wiki page about requirements and use cases for this file
format.
Here it is : http://code.google.com/p/ogre-procedural/wiki/ScriptingSystem
Original comment by michael.broutin@gmail.com
on 29 May 2012 at 3:43
Betajaen has started working on a C++ reflection library... it may be a good
start to bind both getters/setters and attributes.
Original comment by michael.broutin@gmail.com
on 31 Aug 2012 at 4:44
[deleted comment]
Managed to launch GCCXML against 'Procedural.h', which gave me a 50MB+ XML file.
It would be a great start to generate binding code.
I'll try creating a groovy script to parse that and output the code.
Original comment by michael.broutin@gmail.com
on 16 Jan 2013 at 8:47
Read some articles about libclang.
It looks really great, very feature complete, but if GCCXML works as expected,
it looks much simpler to set up...
Also read about clReflect.. same reflection here (no pun) : cool, but probably
a tad bit overkill..
Original comment by michael.broutin@gmail.com
on 31 Jan 2013 at 8:37
Original comment by michael.broutin@gmail.com
on 19 Aug 2013 at 7:18
Original issue reported on code.google.com by
michael.broutin@gmail.com
on 28 Oct 2010 at 9:14