Skip to content

Latest commit

 

History

History
37 lines (24 loc) · 1.86 KB

README.md

File metadata and controls

37 lines (24 loc) · 1.86 KB
Eightfold

crates.io commits since last release docs.rs LGPL 3.0 or later

A library for partitioning 3D data. Built with nalgebra.


Not yet fit for actual use; wait until 1.0.0.

Feature Flags

  • spatial :: [Octree] wrappers with a defined transformation outside of their internal space.
  • render :: Utilities for rendering an [Octree] with a GPU.
  • tracing :: Emit trace events using tracing.

Usage

See Also

References

  1. Michael Schwarz and Hans-Peter Seidel. 2010. Fast parallel surface and solid voxelization on GPUs. ACM Trans. Graph. 29, 6, Article 179 (December 2010), 10 pages. https://doi.org/10.1145/1882261.1866201