scena 1.0.0

A Rust-native scene-graph renderer with typed scene state, glTF assets, and explicit prepare/render lifecycles.
Documentation
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
# Subagent Routing

Use these subagents when the task benefits from a focused independent pass.

- `scena-rfc-reviewer`: RFC scope, v1.0/v1.x boundaries, Three.js replacement claims.
- `scena-api-ergonomics-reviewer`: happy-path API, examples, beginner failure modes,
  typed-handle ergonomics.
- `scena-wgpu-architect`: renderer internals, wgpu lifecycle, surfaces, resource lifetime,
  prepare/render split.
- `scena-gltf-animation-reviewer`: glTF loading, KHR extensions, animation, skinning,
  morph targets, anchors, units, import rebinding.
- `scena-visual-quality-validator`: screenshot tests, browser proof, headless rendering,
  color management, capability degradation, leak/allocation evidence.
- `scena-doctor-reviewer`: doctor rules, silent-failure prevention, source-derived
  validation gates, and whether a new bug family should become an automated rule.

Do not use subagents to move domain simulation logic into this repo. Domain logic belongs in
applications that consume `scena`.