A 3D game engine which focuses on being fast as f**k and focus on only what is important.
Uses CMake
NOTE
Use
--recursive
to clone.
git clone https://github.com/Sherry65-code/EclipsEngine --depth 1 --recursive
cd EclipseEngine
mkdir build
cd build
cmake ..
Uses OpenGL, GLFW and ImGUI.