voxtree

Crates.iovoxtree
lib.rsvoxtree
version1.0.4
created_at2024-01-13 05:03:32.960499+00
updated_at2025-03-17 19:44:04.685394+00
descriptionA simple sparse voxel 64-tree implementation in rust.
homepage
repository
max_upload_size
id1098307
size24,372
Hex (HexExecute)

documentation

README

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 :)

Commit count: 0

cargo fmt