Installation Guide¶
The PixelRoot32 Tilemap Editor can be run directly from source or as a standalone executable on Windows.
1. Requirements¶
- Python 3.13+ (if running from source).
- Windows 10/11 (recommended).
2. Install from Source¶
2.1 Clone the Repository¶
2.2 Install Dependencies¶
The editor uses several Python libraries for the GUI and image processing:
2.3 Run the Editor¶
3. Standalone Executable (Windows)¶
For a more convenient experience, you can use the pre-compiled version:
- Go to the Releases section of the repository.
- Download the latest
PixelRoot32-Editor-win64.zip. - Extract the contents to a folder.
- Run
PixelRoot32-Editor.exe.
Note: No Python installation is required to run the standalone executable.
4. Building your own Executable¶
If you want to package the editor yourself:
- Install PyInstaller:
- Run the build command using the provided
.specfile:
- The executable will be available in the
dist/folder.