ferx/README.md

11 lines
238 B
Markdown
Raw Normal View History

2024-04-11 14:28:47 +00: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**