feat: Add README file

This commit is contained in:
coderloff 2024-04-11 18:28:47 +04:00
parent 65e4d52ad7
commit aa65429688

10
README.md Normal file
View File

@ -0,0 +1,10 @@
# 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**