A simple game engine written in C++
Go to file
2024-04-27 03:26:43 +04:00
.github/workflows fix: Install xkbcommon library 2024-04-24 01:42:01 +04:00
editor/src feat: Change docking settings, refactor code and add comments 2024-04-26 20:28:01 +04:00
thirdparty chore: Change glfw and imgui from submodules to clonned repositories 2024-04-27 03:26:43 +04:00
.gitignore build: Change from Unix Makefiles to Ninja and ignore .idea folder 2024-04-26 22:05:46 +04:00
.gitmodules chore: Change glfw and imgui from submodules to clonned repositories 2024-04-27 03:15:51 +04:00
CMakeLists.txt build: Add glm 2024-04-25 14:51:17 +04:00
imgui.ini refactor: Remove window configuration 2024-04-26 20:32:57 +04:00
LICENSE Initial commit 2024-03-27 16:59:31 +04:00
Makefile build: Change Release from Unix Makefiles to Ninja 2024-04-26 22:09:32 +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