Beware, this is a W.I.P., experimental project. Nothing is stable for now, so expect bugs
The editor uses Vulkan for rendering (VulkanHPP), and the following libraries
Officially supported Operating Systems are:
- Windows
- Linux
- Mac
Running the following command should download everything you need and compile the project.
git clone https://github.com/LunariStudios/OverEditor && cd OverEditor && git submodule update --init && cmake -H. -Bcmake-build && cmake --build cmake-build