A simple game engine written in C++
Go to file
2024-04-24 01:26:18 +04:00
.github/workflows feat: Add cmake single platform workflow 2024-04-24 01:26:18 +04:00
editor/src fix: Seperate editor from root and add resources folder 2024-04-23 17:00:46 +04:00
thirdparty fix: Fix glad cmake version warning 2024-04-24 01:23:55 +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: Seperate editor from root and add resources folder 2024-04-23 17:00:46 +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 Debug and Release modes and change clean methods in Makefile 2024-04-23 21:29:55 +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