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

#2025 in Game dev

26 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

~14–23MB
~158K SLoC