1 unstable release
Uses new Rust 2024
0.1.0 | Apr 22, 2025 |
---|
#868 in Math
108 downloads per month
42KB
1K
SLoC
Mesh Rasterization
Algorithm using a modification of Hongkai Zhao's fast sweep algorithm to generate a grid approsimation of an SDF from a mesh.
To run:
cargo run -- --input "path/to/obj" --out "output/path" --dx <floating point value>
Use --help
for details.
Dependencies
~5.5MB
~107K SLoC