Page 1 of 1

IrrEdit Project Manager

Posted: Sat Feb 26, 2011 9:47 am
by Brainsaw
This project is a little "addon" to the IrrEdit scenery editor. I really love this editor, mainly because of it's flexibility. It can easily be enhanced by creating plugins. There is just one thing that's missing: some project management. It's really annoying to change the working directory of the editor and restart it whenever you want to modify scenes of different projects. This is why I have created this little manager. You can specify projects, all with their own working path and plugins. When clicking the "Start IrrEdit" button the registry is updated to have the working directory set and the selected plugins are copied to IrrEdit's plugin folder (all other plugins from the list are removed from that folder). You just have to copy all plugins you use in your different projects to the <IrrEdit Projectmanager folder>/plugins and the list will be created. However it's necessary to have all the resources (icons...) you need for the plugins in the IrrEdit resource folder.

You can download it on my homepage: http://www.bulletbyte.de/products.php?sub=irr&show=iepm

Here are some screenshots:

Image

Image

Posted: Sat Feb 26, 2011 5:17 pm
by REDDemon
Is that open source and re-usable with other projects? (i think there are several editing tools that might want to use something similiar).

Posted: Sat Feb 26, 2011 7:51 pm
by Brainsaw
Guess I forgot my licence file (again). I put it under zlib license, source is included (it's just a single .cpp file anyways). Reuse it in any way you want to ;)

Posted: Mon Feb 28, 2011 6:42 am
by Brainsaw
I have put a little sleep into the main loop to reduce the processor load on my dual core cpu from 50% to 0%.