ferx/README.md

12 lines
428 B
Markdown
Raw Normal View History

2024-04-11 14:28:47 +00:00
# Ferx - A basic game engine written in c++
[![CMake on a single platform](https://github.com/coderloff/ferx/actions/workflows/cmake-single-platform.yml/badge.svg)](https://github.com/coderloff/ferx/actions/workflows/cmake-single-platform.yml)
2024-04-11 14:28:47 +00:00
## 🛠️ Build
For building, type `make` and enter the directory `build`. After that, just type `./editor` to run the build
2024-04-11 14:28:47 +00:00
## 📦 Dependencies
* **GLAD**
2024-04-11 14:28:47 +00:00
* **GLFW**
* **ImGUI**