murk
Top-level facade crate for the Murk simulation engine.
Installation
Usage
Add this single dependency to access the full Murk API:
use *;
use Square4;
let space = new.unwrap;
let config = WorldConfig ;
let mut world = new.unwrap;
Sub-crates are re-exported as modules (murk::space, murk::engine, etc.).
See the documentation for the full guide.
Documentation
- Murk Book — concepts and guides
- API Reference — rustdoc
- Examples — complete working projects