nevarim
05-08-2011 08:40:58
hi all
how can i use mygui without ogre?
i'm explaining better

i want to make a "launcher" for my project, and i like mygui as gui interface, but is there a tutorial for to use it in a simple project?
thanks
Neva
MindCalamity
08-08-2011 00:45:10
hi all
how can i use mygui without ogre?
i'm explaining better 
i want to make a "launcher" for my project, and i like mygui as gui interface, but is there a tutorial for to use it in a simple project?
thanks
Neva
If your application is either Direct3D or OpenGL based, you can render My GUI there, I don't really think MyGUI's purpose was ever to be a UI library for GUI applications, but rather for 3D applications which are using a 3D rendering engine, like OGRE, or raw D3D/OGL API.
Altren
08-08-2011 07:36:05
Yeah, I agree with MindCalamity, but actually the fact is that we used MyGUI in one of our project for launcher. To do that you can do next thing: compile MyGUI with DirectX renderer and use base code from one of the demos.
Actually we used MyGUI instead of some common GUI framework, because it was planned to add movies or some 3D stuff there later.
nevarim
08-08-2011 08:26:10
I have to try, sincerely mygui allows you to do nice things
thanks for reply