turbine_scene3d

Crates.ioturbine_scene3d
lib.rsturbine_scene3d
version0.39.0
sourcesrc
created_at2017-12-12 17:25:48.400871
updated_at2023-11-14 20:08:53.812668
descriptionScene rendering for the Turbine engine
homepagehttps://github.com/PistonDevelopers/turbine
repositoryhttps://github.com/PistonDevelopers/turbine.git
max_upload_size
id42870
size67,259
publish (github:pistondevelopers:publish)

documentation

https://docs.rs/turbine_scene3d

README

Turbine-Scene3D

Scene rendering for the Turbine game engine.

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.

Commit count: 192

cargo fmt