Boo Editor is a Level Editor for Super Mario Odyssey
Clone the repository (recursively):
git clone https://github.com/fruityloops1/boo.git --recursive && cd boo
Make the build directory and enter it:
mkdir build && cd build
Run CMake:
cmake ..
Compile the Project:
make
TODO