Skip to content

Latest commit

 

History

History
8 lines (6 loc) · 460 Bytes

README.md

File metadata and controls

8 lines (6 loc) · 460 Bytes

The Underground Engine

First pass at making my own 3D game engine, taking heavy inspiration from the Unity Engine. Was originally going to be purpose built for a game I'm working on (called "The Underground"), but it soon became useful for making any general 3D application quickly.

Currently the engine is a C++ library that must be linked and included into an existing project, however I plan for it to also be usable as a GUI application in the future.