Cute3D Game Engine
-
Is it built on top of Qt3D ? If not, why?
-
It's not. The delay of the Qt3D project made me choose to create other framework. But in it's composition Cute3D is different from Qt3D.
Cute3D is a game engine with Level Editor (Inspired in the Unity Editor) and support classes for game programming. When Digia release Qt3D we can integrate it with Cute3D.
Other main difference is that Cute3D different of Qt3D, does not load normal models as loaded by Assimp. We import fbx models used by every modern engines (using fbx sdk) and save the model in a optimized file to be used by the engine.
The engine has a resource manager that controls models that are used by GameObject. For exemple: Just one instance of the animation data is saved in memory and used for every meshes that belongs to the same model.
The material are saved in a material file, and Cute3D has support to Prototypes (similar to the Prefab of Unity), that allow designers to configure objects and later use it at the game.
-
Hi Zingam. It's under development. We'll release it when the features informed to be at first release is ready. We use Qt for almost every thing. Math uses Qt, timers, threads and other stuffs uses Qt. Classes are created using signal and slot. Render uses the OpenGL ES of the Angle that the Qt uses. The architecture of the framework is totally based on Qt.
Follow the schedule status that will be available in our site.
-
Hi Zingam, at this moment we don't.
But we have much test to be done. More information will be shown on the site. Follow it.
-
Another question.
Can Cute3D be used in QML like V-play game engine? -
At the first moment, you can't... It uses C++.... You can use QML over the game render to draw GUI, but at this moment you can't access the engine directly.
Next month will put more news about the engine. Follow us.
-
It is okay that I've developed a way through which QML can overlay natieve OpenGL or QtOpenGL module.
!http://i1288.photobucket.com/albums/b485/jiangcaiyang/4_zpseb040d62.png(My approach)! -
Hi, every one.
To follow our updates like us on facebook! Soon more information will be available.
https://www.facebook.com/sunlandstudios
Best regards.
-
Hi every one,
Follow us on facebook, very soon will be available more information and details about the Cute3D, including a video of the level editor usability, and the official logo. It will be published on your facebook page.
https://www.facebook.com/sunlandstudios
Best regards.
-
People,
We release the Cute3D official logo on our facebook page. Follow us, soon more informations!!!
https://www.facebook.com/sunlandstudios
Best regards,
Renato Dias Viana
CTO, Sunland Studios