/skpijack-engine

Personal Game Engine Project to make games performant again

Primary LanguageC++MIT LicenseMIT

Eclipse Engine 3D

A 3D game engine which focuses on being fast as f**k and focus on only what is important.

Build Instructions

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.