37 breaking releases
Uses old Rust 2015
0.39.0 | Nov 14, 2023 |
---|---|
0.37.0 | Nov 18, 2022 |
0.36.0 | Feb 23, 2022 |
0.34.0 | Nov 28, 2021 |
0.1.0 | Dec 12, 2017 |
#2030 in Game dev
82 downloads per month
37KB
834 lines
Turbine-Scene3D
Scene 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.
lib.rs
:
Turbine-Scene3D
Scene 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
~7–14MB
~156K SLoC