top of page

Qt/OpenGL MiniEngine

I made this mini-engine in one week for an exam. You can modify the background color, create cubes, translate them, rotate them, scale them, and parent them. Also orphan them, but that's sad.

I made the Qt interface to be able to load a dll, which contains the OpenGL engine.

The main view also allow an FPS like movement.

bottom of page