Getting the Code

Repository#

Build and test#

cargo build
cargo test
cargo test -p mere-kernel    # single crate, by package name
 
# Standalone graph canvas in its own window
cargo run -p mere-canvas --features native-present --bin canvas

Runnable ports#

  • graphshell — the reference graph host and web presenter
  • knot — files-in-place authoring
  • castellan — credential keeper
  • distillery — model works

ports/graphshell has no default binary; pick one explicitly (see ports/graphshell/README.md).

Requirements#

Rust is pinned at 1.97.1. Sibling repositories genet, netrender, and retinue arrive as git dependencies, so a plain cargo build resolves everywhere.

License#

MIT OR Apache-2.0 — see LICENSE-MIT and LICENSE-APACHE in the repository.


Back to Overview

Updated

Was this page helpful?