A simple game engine written in C++
Go to file
2024-04-11 18:28:47 +04:00
src fix: Fix title 2024-03-27 17:26:42 +04:00
third_party/imgui feat: Add CMake and third party libraries with simple example 2024-03-27 17:04:19 +04:00
.gitignore fix: Remove /out from git 2024-04-11 17:00:22 +04:00
CMakeLists.txt fix: Fix title 2024-03-27 17:26:42 +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