#source #voxtree

voxtree

A simple sparse voxel 64-tree implementation in rust

10 releases (4 stable)

1.0.4 Mar 17, 2025
1.0.3 Jan 24, 2025
0.1.5 May 4, 2024
0.1.2 Jan 14, 2024

#175 in Graphics APIs

Download history 1/week @ 2024-12-11 344/week @ 2025-01-22 37/week @ 2025-02-12 86/week @ 2025-03-12 29/week @ 2025-03-19

115 downloads per month

MIT license

21KB
403 lines

voxtree

A simple sparse voxel 64-tree implementation in rust.

project goals

  • Providing a simple to use surface API while maximizing performance.
  • User specific features like LOD, culling, et al. will be disabled by default.
  • Maximal performance on the CPU, examples will be provided for implementation on the GPU but should be simple to use and left up to the user.

sources

TODO

made with enthusiasm :)

Dependencies

~0.4–1MB
~21K SLoC