| Crates.io | sapiens-rs |
| lib.rs | sapiens-rs |
| version | 0.1.0 |
| created_at | 2019-09-10 06:01:58.237062+00 |
| updated_at | 2019-09-10 06:01:58.237062+00 |
| description | A few functions and project templates to wrap the Sapiens C API in a Rust API |
| homepage | |
| repository | https://github.com/DethRaid/sapiens-rs |
| max_upload_size | |
| id | 163727 |
| size | 50,785 |
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
cargocargo-generate
cargo install cargo-generate --features vendored-opensslcargo generate --git https://github.com/DethRaid/sapiens-rust-mod-template.gitCargo.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