2

I am searching for a framework(preferably c++, but i can learn other languages too) for my application. I will write what i need:

Borderless window(no buttons,frames etc.) Real time 3d model rendering(or at least easy way to show 2d animation made from 3d model) Cross-platform support(not mandatory)

If there is any other details you need to know, please tell me.

Thanks in advance.

4

3 回答 3

1

Xojo will also do what you want. It creates Windows, OS X and Linux desktop apps and has built-in support for OpenGL.

http://www.xojo.com

于 2013-06-05T19:41:18.353 回答
0

One of the best cross-platform Gui-Frameworks for C++ is Qt. It can do 3d-stuff using OpenGL too. However, if you only need a plain window without any controls you may want to look into the next OpenGL tutorial for some infos.

于 2013-06-05T13:34:39.573 回答
0

I recommend Unity.

It works in Windows, Mac, Linux, iOS, and Android. (Furthermore in some game consoles.)

Its support languages are C#, boo and js. C# is like C++ and easy to learn.

于 2013-06-05T16:49:40.083 回答