How to make a 3D UI for an application ?

Posted by wacky_coder on Stack Overflow See other posts from Stack Overflow or by wacky_coder
Published on 2010-04-13T12:59:58Z Indexed on 2010/04/13 13:03 UTC
Read the original article Hit count: 312

Filed under:
|
|
|
|

I'm building an application and I'd like its User Interface to be 3D, most probably a cylinder. The user would see the cylinder[Horizontally laid] and the cylinder's curved surface would have the buttons and any other controls that need to be placed. The cylinder needs to rotate and later, I'd like to add some other effects to the cylinder too.

Someone told me that such a UI can be modelled using Maya or Blender and exported to openGL and then I could use C/C++ (with Qt) to carry out the actions. How can this be done??

Is there any other way to build the UI and do all the other things that I need ?? I really need some help because I have the UI in mind, but no idea on how to implement it.

Thanks

© Stack Overflow or respective owner

Related posts about 3d

Related posts about user-interface