This repo provides a Rust API, along with cargo-generate
templates, which allow one to develop mods for the upcoming
video game Sapiens using the Rust programming language
cargo
cargo-generate
cargo install cargo-generate --features vendored-openssl
cargo generate --git https://github.com/DethRaid/sapiens-rust-mod-template.git
Cargo.toml
for the type of mod you're making
biome
for a biome mod, particles
for a particles mod, etccargo
command to build, package, and upload a modThis repo has two main components: a Rust wrapper for the Sapiens API available to mods, and some cargo-generate
project templates so that your mod can start with all relevant entry points already defined
The Rust wrapper for Sapiens' modding API lives in this project. It provides a safe, Rusty interface for using Sapiens' random number generator, noise generator, and vector math library