Skip to content

olson-sean-k/bismuth

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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

Releases

No releases published

Packages

No packages published