top of page
Build a Box Engine

...helps to create 3D games using C++ and OpenGL. It handles all the basic things needed like opening a window, having dedicated update steps, asset importing and rendering meshes. The engine additionally features a ready to use entity component system and fully implemented scene graph.

About:

Context:    Student project during my final year of studying                 Games Engineering

Language: C++

Team:       1 Person

Duration:   4 Months

Trailer:

I use this engine to further educate myself about C++ and other topics. To do this, I am working on a simple tower defense game.

​

Source Code:

The engine cleanly separates engine code from game code. If you are looking for code samples, I've made the engine available on GitHub and included a simple example that renders and rotates a mesh.

bottom of page