bismuth

Crates.iobismuth
lib.rsbismuth
version0.0.4
sourcesrc
created_at2017-03-28 23:14:30.545052
updated_at2018-05-01 21:54:21.341813
descriptionA 3D game world represented as cubes in an oct-tree that can be manipulated in real time.
homepage
repositoryhttps://github.com/olson-sean-k/bismuth
max_upload_size
id9219
size268,749
Sean Olson (olson-sean-k)

documentation

README

Bismuth

Bismuth is a game library that represents a 3D world as an oct-tree that can be manipulated in real time.

Build Status Build Status Documentation Crate

Oct-Tree Structure

An oct-tree is used for spatial partitioning and storing cubic geometry that represents the game world. Each leaf subdivision is a cube, but its geometry can be modified by contracting the edges along each axis. This can be used to approximate curves and other more interesting shapes.

Screenshot

Commit count: 409

cargo fmt