A simple game engine written in C++
Go to file
2024-04-25 03:09:35 +04:00
.github/workflows fix: Install xkbcommon library 2024-04-24 01:42:01 +04:00
editor/src refactor: Change log string and fix imgui warning 2024-04-24 02:06:49 +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 feat: Add include directory 2024-04-25 03:09:35 +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 fix: Update build and dependencies and add badge 2024-04-24 01:47:09 +04:00

Ferx - A basic game engine written in c++

CMake on a single platform

🛠️ Build

For building, type make and enter the directory build. After that, just type ./editor to run the build

📦 Dependencies

  • GLAD
  • GLFW
  • ImGUI