Page 1 of 1

Open Source Irrlicht 3D Map/Level Editors?

Posted: Wed May 30, 2018 3:00 am
by carlwryker
I'm looking for open source Irrlicht-based 3D map/level editors to play with. I've come across Irr RPG Builder, which I like. Are there any other free and open source ones that I should try?

Re: Open Source Irrlicht 3D Map/Level Editors?

Posted: Wed May 30, 2018 6:44 am
by devsh
No not really.

But mant from the forums did a pretty clever thing and built a networked plugin for Blender which let him use Blender as a level-editor.
(You move stuff in blender, it notifies python plugin, python plugin sends message over network to your app, your app tells irrlicht what to do)

Re: Open Source Irrlicht 3D Map/Level Editors?

Posted: Sun Jun 03, 2018 10:53 am
by Mel
Other alternative is that you build your own scene editor, which isn't very complex to do with Irrlicht. You can't build maps with Irrlicht like that, but you can import models and place them to create your scenes.

Re: Open Source Irrlicht 3D Map/Level Editors?

Posted: Mon Jun 04, 2018 7:36 am
by AReichl
> But mant from the forums did a pretty clever thing and built a networked plugin for Blender which let him use Blender as a level-editor.

Do you mean "Tubras"?

Re: Open Source Irrlicht 3D Map/Level Editors?

Posted: Wed Jun 06, 2018 3:57 pm
by mant
AReichl wrote:> But mant from the forums did a pretty clever thing and built a networked plugin for Blender which let him use Blender as a level-editor.

Do you mean "Tubras"?
It's me :D