Installation¶
To use Xumes, first install it using pip:
pip install xumes
Using Godot¶
To use Xumes with Godot, you need to compile Godot from sources. Follow the instructions in the Godot documentation.
Clone the following repository instead of the official one:
git clone https://github.com/mastainvin/godot.git
Note
Don’t forget to checkout to the xumes branch before build Godot.
To start the Godot editor, run the following command:
./bin/godot.x11.tools.64 --editor --path <path_to_godot_project>