A generator for Architectury mod templates with a web UI and an interactive command line UI.
- Rust + cargo
- Web target:
- wasm-pack
- Java for running Gradle
- Python for running local test web server
Run ./gradlew buildWeb
. The output will be in build/web
.
The local test web server can be launched with ./gradlew runTestServer
(requires Python). While running, this web server can be viewed at http://localhost:8000.
Run cargo build
.