n3gative
n3gative

Reputation: 27

Searching for framework for my application

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.

Upvotes: 2

Views: 84

Answers (3)

Paul Lefebvre
Paul Lefebvre

Reputation: 6396

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

Upvotes: 1

kobake
kobake

Reputation: 1147

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.

Upvotes: 0

Ralph Tandetzky
Ralph Tandetzky

Reputation: 23600

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.

Upvotes: 0

Related Questions