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

#1590 in Game dev

Download history 16/week @ 2024-02-23 5/week @ 2024-03-01 3/week @ 2024-03-08 2/week @ 2024-03-15 119/week @ 2024-03-29 40/week @ 2024-04-12

159 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

~15–24MB
~160K SLoC