This file is generated from examples/showcase.manifest.json.
Run python3 scripts/generate-showcase-docs.py after metadata changes.
Related docs:
docs/src/guides/showcase.mddocs/src/guides/build-your-first-game.md
| Example | SDK | Target | Path | Run command |
|---|---|---|---|---|
| Flappy Goud | C# | Desktop | examples/csharp/flappy_goud |
./dev.sh --game flappy_goud |
| Flappy Bird | Python | Desktop | examples/python/flappy_bird.py |
./dev.sh --sdk python --game flappy_bird |
| Flappy Bird | TypeScript | Desktop | examples/typescript/flappy_bird/desktop.ts |
./dev.sh --sdk typescript --game flappy_bird |
| Flappy Bird | TypeScript | Web | examples/typescript/flappy_bird/web |
./dev.sh --sdk typescript --game flappy_bird_web |
| Flappy Bird | Rust | Desktop | examples/rust/flappy_bird |
cargo run -p flappy-bird |
| Sandbox | C# | Desktop | examples/csharp/sandbox |
./dev.sh --game sandbox |
| Sandbox | Python | Desktop | examples/python/sandbox.py |
./dev.sh --sdk python --game sandbox |
| Sandbox | TypeScript | Desktop | examples/typescript/sandbox/desktop.ts |
./dev.sh --sdk typescript --game sandbox |
| Sandbox | TypeScript | Web | examples/typescript/sandbox/web |
./dev.sh --sdk typescript --game sandbox_web |
| Sandbox | Rust | Desktop | examples/rust/sandbox |
cargo run -p sandbox |
| Feature Lab | C# | Headless | examples/csharp/feature_lab |
./dev.sh --game feature_lab |
| Feature Lab | Python | Headless | examples/python/feature_lab.py |
python3 examples/python/feature_lab.py |
| Feature Lab | TypeScript | Desktop | examples/typescript/feature_lab/desktop.ts |
./dev.sh --sdk typescript --game feature_lab |
| Feature Lab | TypeScript | Web | examples/typescript/feature_lab/web |
./dev.sh --sdk typescript --game feature_lab_web |
| Feature Lab | Rust | Headless | examples/rust/feature_lab |
cargo run -p feature-lab |
| 3D Cube | C# | Desktop | examples/csharp/3d_cube |
./dev.sh --game 3d_cube |
| Goud Jumper | C# | Desktop | examples/csharp/goud_jumper |
./dev.sh --game goud_jumper |
| Isometric RPG | C# | Desktop | examples/csharp/isometric_rpg |
./dev.sh --game isometric_rpg |
| Hello ECS | C# | Desktop | examples/csharp/hello_ecs |
./dev.sh --game hello_ecs |
| Character Sandbox | C# | Desktop | examples/csharp/character_sandbox |
./dev.sh --game character_sandbox |
| Python SDK Demo | Python | Desktop | examples/python/main.py |
./dev.sh --sdk python --game python_demo |
- Flappy Bird is the parity baseline across C#, Python, TypeScript, and Rust.
- Sandbox is the shared parity target on this branch while the remaining recovery rows are closed.
- Feature Lab remains as supplemental smoke coverage.
python3 scripts/generate-showcase-docs.py