https://github.com/bevy-rust-gpu/rust-gpu-sdf
Signed distance field library usable on both CPU and GPU.
https://github.com/bevy-rust-gpu/rust-gpu-sdf
Last synced: 3 months ago
JSON representation
Signed distance field library usable on both CPU and GPU.
- Host: GitHub
- URL: https://github.com/bevy-rust-gpu/rust-gpu-sdf
- Owner: Bevy-Rust-GPU
- License: apache-2.0
- Created: 2023-03-10T00:00:28.000Z (almost 3 years ago)
- Default Branch: master
- Last Pushed: 2023-04-29T09:21:29.000Z (almost 3 years ago)
- Last Synced: 2025-02-22T00:20:12.468Z (12 months ago)
- Language: Rust
- Size: 2.19 MB
- Stars: 12
- Watchers: 0
- Forks: 1
- Open Issues: 9
-
Metadata Files:
- Readme: README.md
- License: LICENSE-APACHE
Awesome Lists containing this project
README
# rust-gpu-sdf
[](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`.