Page 1 of 1

GUI Editor

Posted: Wed Jul 20, 2011 9:33 am
by steel999
I don't know if someone already suggested it, but what about making a Graphical User Interface which the person uses to create their game. Or maybe only parts of the game which are then exported as code which the game maker can then tweek/add it to their projects. or does something like this exist somewhere?

Re: GUI Editor

Posted: Wed Jul 20, 2011 9:49 am
by spacegaier
Do you mean an editor to create GUIs or a graphical tool to create 3D scenes?

Either way such tools exist, e.g. the editor for CEGUI (to create skins/layouts for CEGUI) or e.g. Ogitor as one of the tools you can use to create 3D scenes with Ogre. But there are many more...a forum or google search would definitely help ;) .

Re: GUI Editor

Posted: Wed Jul 20, 2011 5:02 pm
by steel999
Tried googleing, came up with a lot of unrelated stuff. I'm looking for a GUI for developers to easily access at least the basice functionality of OGRE in an easy to use way (for speed and people who are new to OGRE).

Re: GUI Editor

Posted: Wed Jul 20, 2011 5:54 pm
by spacegaier
I still did not get what you are looking for. You know that Ogre is a rendering engine right? How do you want to access it via a GUI?

Re: GUI Editor

Posted: Thu Jul 21, 2011 7:59 pm
by Kojack
You might want to take a look at NeoAxis. It's basically Ogre with a gui development environment.

Re: GUI Editor

Posted: Fri Jul 22, 2011 12:21 am
by runfrodorun
I could almost see a GUI Scene Editor being useful...I know there are a few for ogre out there, but most (or all) are in beta stages, and I think a lot more could be done by people who are most familiar with the Ogre system...as far as code, I don't know what could be accomplished with a GUI IDE that couldn't be done with eclipse. I usually just use MSYS and VIM as my loyal dev environment, but occasionally I load up eclipse because intellisense can sometimes help me work through problems quicker then looking up every single function call on the wiki. Other then that, IDE's usually slow me up rather then help.

Re: GUI Editor

Posted: Wed Jul 27, 2011 11:14 am
by Mind Calamity
steel999 wrote:Tried googleing, came up with a lot of unrelated stuff. I'm looking for a GUI for developers to easily access at least the basice functionality of OGRE in an easy to use way (for speed and people who are new to OGRE).
I really think you are making a mistake, the mistake many people make when coming to OGRE... OGRE isn't a game engine (Object-Oriented Graphics Rendering Engine - OGRE), it's only a graphics engine, not a game engine... A game engine is a "package" which contains a lot more libraries than 1. OGRE is a library for rendering graphics, and that's it's only purpose, to make a game with OGRE, you're going to need to know programming, no matter whether you like it or not, if you want the easy way, use UDK/Unity/NeoAxis, or if you know programming, make one yourself, including the tools you need to fit your needs.