A simple game engine written in C++
Go to file
2024-04-23 01:00:51 +04:00
src fix: Import third party libraries and change from glew to glad 2024-04-23 01:00:51 +04:00
thirdparty fix: Import third party libraries and change from glew to glad 2024-04-23 01:00:51 +04:00
.gitignore fix: Remove /out from git 2024-04-11 17:00:22 +04:00
.gitmodules fix: Import third party libraries and change from glew to glad 2024-04-23 01:00:51 +04:00
CMakeLists.txt fix: Import third party libraries and change from glew to glad 2024-04-23 01:00:51 +04:00
imgui.ini fix: Import third party libraries and change from glew to glad 2024-04-23 01:00:51 +04:00
LICENSE Initial commit 2024-03-27 16:59:31 +04:00
Makefile feat: Add Make file 2024-04-11 17:37:03 +04:00
README.md feat: Add README file 2024-04-11 18:28:47 +04:00

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