Page 1 of 1

Arkeos Scene Editor 3D

Posted: Tue Nov 06, 2012 9:51 am
by [blendman]
Hi

I've created a scene Editor for 3D game (pb with ogre) :
with this application, you can create, arrange, modify... a scene (level) for 3D game.


Features :
- you can open/save/import a scene
- select, move, rotate, scale.. entity.
- add/delete object (3D mesh or light)
- organise a level or a scene
- import meshs/textures/materials to use it on en entity
- change the material of a mesh

The code is GPL, you can use it, modify, change it, but not sale it ;).
You can use this editor to create your game, and sale your game of course ^^.
If you use it, you can post a screenshot here :).

It has 2 bugs (camera rotation and camera projection (orthogonal)).

If you make a version for linux or mac, please, could you post in this thread a link (zip) with this version, so I could send it on sourceforge.

If you improve it, you can post the code too in this thread :).

Thanks

Screenshot :
Image

The code (and a window exe) :
http://sourceforge.net/projects/arkeossceneedit/

Re: Arkeos Scene Editor 3D

Posted: Tue Nov 06, 2012 3:20 pm
by Saboteur
I was a week thinking to create an editor like this... :D

I tried to compile in OSX but some constants are lost (#Red, #White). I'll take a look later, at home.

God job. Thank you!

Re: Arkeos Scene Editor 3D

Posted: Fri Nov 09, 2012 9:01 am
by J. Baker
Looks nice! I will have to try it out soon. ;)

Re: Arkeos Scene Editor 3D

Posted: Fri Nov 09, 2012 1:48 pm
by Polo
Looks good, shame you used Windows-specific code though, would have been great to use it on OS X.

Re: Arkeos Scene Editor 3D

Posted: Thu Nov 15, 2012 8:37 pm
by Pureabc
Looks great.

Thank you for sharing.