Bevy-Rust-GPU / rust-gpu-sdf

Signed distance field library usable on both CPU and GPU.
Apache License 2.0
12 stars 1 forks source link
# rust-gpu-sdf [![Documentation](https://img.shields.io/badge/docs-API-blue)](https://bevy-rust-gpu.github.io/rust-gpu-sdf/rust_gpu_sdf/) A no-std signed distance field library. Usable on the CPU in regular Rust, or on the GPU by way of `rust-gpu`.