#turbine #rendering #piston #dynamic

turbine_scene3d

Scene rendering for the Turbine engine

38 breaking releases

Uses old Rust 2015

0.40.0 Feb 21, 2025
0.39.0 Nov 14, 2023
0.37.0 Nov 18, 2022
0.36.0 Feb 23, 2022
0.1.0 Dec 12, 2017

#1145 in Game dev

Download history 162/week @ 2024-11-28 843/week @ 2024-12-05 504/week @ 2024-12-12 27/week @ 2024-12-26 183/week @ 2025-01-02 66/week @ 2025-01-09 126/week @ 2025-02-20 15/week @ 2025-02-27

141 downloads per month

MIT license

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

~5–14MB
~178K SLoC