git submodule init
git submodule update
xmake -y
xmake project -k vsxmake
xmake project -k cmakelists
Debugging and running the engine from Java is possible by using the runEngine
Gradle task.
If you don't have an IDE, you can run Gradle from the command line.
cd scripting/
./gradle run :runEngine
# or on Windows
.\gradlew.bat run :runEngine
runEngine
will build the engine executable through xmake and then run it.