Keyboard and mouse control:
Camera:
- Cursor Up / Down: Move camera back / forward
- Cursor Left / Right: Move camera to the right / left, but stay pointed at the center.
Text:
- Rotation: Middle Mouse Button + Mouse Moves
- Translation: Left Mouse Button + Mouse Moves
A 3D visualization of the main.rs
of the code example. Syntax highlighted with Rust Analyzer. May take a while to start up.
cargo run --release --example code
A 3D visualization of a markdown file (basically my CV). Layouted using inlyne.
cargo run --release --example markdown
- DR: Decision Record.
- OO: Optimization Opportunity (replacement:
Optimization:
) - NI: Naming Issue (replacement:
Naming:
) - DI: Design Issue (e.g. something does not seem to belong here) (replacement
Architecture:
) - Ergonomics: API surface ergonomics, directly related to programmer happiness.