IrrEdit Project Manager

Announce new projects or updates of Irrlicht Engine related tools, games, and applications.
Also check the Wiki
Post Reply
Brainsaw
Posts: 1176
Joined: Wed Jan 07, 2004 12:57 pm
Location: Bavaria

IrrEdit Project Manager

Post 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
Dustbin::Games on the web: https://www.dustbin-online.de/

Dustbin::Games on facebook: https://www.facebook.com/dustbingames/
Dustbin::Games on twitter: https://twitter.com/dustbingames
REDDemon
Developer
Posts: 1044
Joined: Tue Aug 31, 2010 8:06 pm
Location: Genova (Italy)

Post 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).
Junior Irrlicht Developer.
Real value in social networks is not about "increasing" number of followers, but about getting in touch with Amazing people.
- by Me
Brainsaw
Posts: 1176
Joined: Wed Jan 07, 2004 12:57 pm
Location: Bavaria

Post 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 ;)
Dustbin::Games on the web: https://www.dustbin-online.de/

Dustbin::Games on facebook: https://www.facebook.com/dustbingames/
Dustbin::Games on twitter: https://twitter.com/dustbingames
Brainsaw
Posts: 1176
Joined: Wed Jan 07, 2004 12:57 pm
Location: Bavaria

Post 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%.
Dustbin::Games on the web: https://www.dustbin-online.de/

Dustbin::Games on facebook: https://www.facebook.com/dustbingames/
Dustbin::Games on twitter: https://twitter.com/dustbingames
Post Reply