42 breaking releases
Uses new Rust 2024
| 0.44.0 | Dec 15, 2025 |
|---|---|
| 0.42.0 | Dec 8, 2025 |
| 0.40.0 | Feb 21, 2025 |
| 0.39.0 | Nov 14, 2023 |
| 0.1.0 | Dec 12, 2017 |
#5 in #turbine
Used in 4 crates
(3 directly)
32KB
681 lines
Turbine-Scene3D
Scene graph rendering for the Turbine game engine.
Your browser does not support the video tag.Design
- Scene object stores all resources used for rendering
- Frame graph stores command lists
This design allows flexible programming of scenes, without the need for a tree structure to store nodes for scene data. The frame graph can be used to debug the scene.
Dependencies
~22KB