# 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)
## 🛠️ Build
For building, type `make` and enter the directory `build`. After that, just type `./editor` to run the build
## 📦 Dependencies
* **GLAD**
* **GLFW**
* **ImGUI**