A Super Monkey Ball Level Editor
First, make sure you have JDK 8 or higher installed, Git, as well as Gradle (Or just use the bundled Gradle by using ./gradlew
on Unix like systems, or gradlew.bat
on Windows)
git clone https://github.com/CraftedCart/SMBLevelWorkshop.git
cd SMBLevelWorkshop
git submodule update --init --recursive
gradle jar
gradle natives
Copy everything in build\natives-windows
to build\libs
cp -r build/natives-osx/* build/libs
cp -r build/natives-linux/* build/libs
cp lib/libfixXInitThreads.so build/libs #Don't forget this!
cd build/libs
java -Djava.library.path=. -jar smblevelworkshop-1.0-SNAPSHOT.jar