A simple game engine written in C++
Go to file
2024-04-26 13:32:58 +04:00
.github/workflows fix: Install xkbcommon library 2024-04-24 01:42:01 +04:00
editor/src feat: Add hierarchy, scene, project and inspector windows 2024-04-26 13:30:05 +04:00
thirdparty feat: Include backend header files 2024-04-25 20:29:35 +04:00
.gitignore fix: Remove /out from git 2024-04-11 17:00:22 +04:00
.gitmodules chore: Update imgui to be added as a submodule 2024-04-25 20:28:02 +04:00
CMakeLists.txt build: Add glm 2024-04-25 14:51:17 +04:00
imgui.ini fix: Change project window position 2024-04-26 13:32:58 +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