Open Source Irrlicht 3D Map/Level Editors?
-
- Posts: 22
- Joined: Sun Jun 12, 2016 8:03 am
Open Source Irrlicht 3D Map/Level Editors?
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?
Code::Blocks
mingw
Windows 10 64-bit
mingw
Windows 10 64-bit
Re: Open Source Irrlicht 3D Map/Level Editors?
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)
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?
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.
"There is nothing truly useless, it always serves as a bad example". Arthur A. Schmitt
Re: Open Source Irrlicht 3D Map/Level Editors?
> 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"?
Do you mean "Tubras"?
Re: Open Source Irrlicht 3D Map/Level Editors?
It's meAReichl 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"?
Re-creating Irrlicht with Vulkan: http://irrlicht.sourceforge.net/forum/v ... =6&t=52404