5 releases
Uses old Rust 2015
0.0.4 | May 1, 2018 |
---|---|
0.0.3 | Aug 20, 2017 |
0.0.2 | Jul 5, 2017 |
0.0.1 | Mar 29, 2017 |
0.0.0 | Mar 28, 2017 |
#443 in Games
185KB
3.5K
SLoC
Bismuth is a game library that represents a 3D world as an oct-tree that can be manipulated in real time.
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.
Dependencies
~12MB
~244K SLoC