Skip to content

Latest commit

 

History

History
19 lines (17 loc) · 865 Bytes

README.md

File metadata and controls

19 lines (17 loc) · 865 Bytes

OverEditor

An open source map editor for the game Overwatch by Blizzard Entertainment

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

Building

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