Reference
Precise, information-oriented descriptions of every CineCode command, manifest key, and scene-script function.
Reference pages describe the machinery. They are accurate and complete, so you can look up exactly what a function does, what arguments it takes, and what values are valid. They don't teach β for that, see the tutorials and how-to guides.
Command line
CLI
Every subcommand and flag: new, add scene, render, preview, diagnostics, themes, and languages.
Examples
Complete projects organized by level and feature.
Project & scripting
Project manifest
Every key in codescene.toml.
The .ccs language
The Rhai-based scene script: globals, builders, conventions.
Scene API
scene(), s.code(), s.text(), s.transition(), and friends.
Layout & groups
Center, fit, arrange, and animate nodes as one unit.
Diff & data flow
Visualize code changes, execution state, and token movement.
Building blocks
Code & node animations
Every animation, style, focus, and shape method on a node.
Simulations
terrain, pathfind, particles, graph, life, boids β with live output.
Camera
focus_on, move_to, zoom_to.
Easing
Equations and modes for .ease().
Transitions
cut, crossfade, fade_color, wipe, slide.