A simple game engine written in C++
src | ||
thirdparty | ||
.gitignore | ||
.gitmodules | ||
CMakeLists.txt | ||
imgui.ini | ||
LICENSE | ||
Makefile | ||
README.md |
Ferx - A basic game engine written in c++
🛠️ Build
For building, type make
and enter the directory build
. After that, just type ./ferx
to run the build
📦 Dependencies
- OpenGL
- GLFW
- GLEW
- ImGUI