Note
This repository no longer hosts the latest release of spiralview as it has been integrated into Knight Launcher. Please download Knight Launcher to use spiralview. You will only find the latest source code here, not releases.
Wrapper of various Three Rings editors for Spiral Knights.
spiralview relies on the clyde library to work, 99.9% of the work is done there, this is simply a wrapper for it with some minor quality of life changes and fixes for Spiral Knights in specific.
To build spiralview follow these steps:
- Prerequisites
- Java 21 JDK installed.
- Maven installed:
- Windows: Download the ZIP from the link above, extract, then add
bin/to yourPATH. - macOS (Homebrew):
brew install maven. - Linux (APT):
apt install maven.
- Windows: Download the ZIP from the link above, extract, then add
- Git installed:
- Windows: Download the installer from git-scm.com and follow the setup.
- macOS (Homebrew):
brew install git. - Linux (APT):
apt install git.
- Clone the repository.
git clone https://github.com/lucasluqui/spiralview.git
- Copy
projectx-pcode.jarfrom your Spiral Knightscodedirectory into the project'slibdirectory. - Validate all Maven dependencies.
mvn validate
- Build the package using Maven.
mvn clean package
- Copy the package built by Maven to your Knight Launcher project and then re-build Knight Launcher.
- rrrrex (rrrrex, 357940678489014284 @ Discord): For in the past providing local repositories to build clyde and updated configs.
- onyxbits (spiral.onyxbits.de): Author of spiralspy; predecessor of spiralview.