Kepler3D is an OpenGL and C++14 game engine.
This is a learning experience and a work in progress so I don't recommend using this engine in its current state.
Features:
- OpenGL 4.2, C++14
- glTF 2.0 scene loader and renderer
- Bitmap font loader and renderer (using the Angel Code format)
- Uses GLFW for platform abstraction
- Unit tests using google test
Requirements:
- 64 bit Windows
- Visual Studio 2019
External-dependencies and resource files are stored separately to keep the repo size down.
- Clone the repo
- Download kepler3d_deps.zip from releases and unzip to the kepler3d directory
- Open kepler3d.sln
No. It is very incomplete and unoptimized.
No. I want to stay as the sole contributor for now.