Keyboard shortcuts

Press or to navigate between chapters

Press S or / to search in the book

Press ? to show this help

Press Esc to hide this help

Installation

Prerequisites

  • Rust (stable toolchain, 1.80+)
  • A GPU that supports Vulkan, Metal, or DX12

Clone and build

git clone https://github.com/mmansion/ori-pop.git
cd ori-pop
cargo build

That’s it. All dependencies are managed through Cargo.toml.

Run a sketch

cargo run -p sketches --bin hello-ori-pop

Generate API docs

cargo doc --no-deps -p oripop-canvas --open