muse code generator
Currently I am developing a Buglife Simulation with muse and one thing that I noticed was the amount of time it took me to actually setup the project. Things that I had todo just to get going:
- Create Project Directories and sub-directories for the various classes.
- I had to generate my main c++ file.
- I had to setup my agent classes to subclass from the Agent class.
- I had to setup my event classes to subclass from the Event class.
- I had to setup my state classes to subclass from the State class.
These task can be automated and should shave off much needed time, which should leave the developer to the good parts
I don’t have an exact timeline, but I am pushing to get this feature out the door before the beta release! Have you ever created a code generator? Consider leaving me some tips and hints, this will be my first time, and right now I am thinking of using python. What do you think?
Tags: code generator, muse features