An open API service indexing awesome lists of open source software.

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.

Awesome Lists containing this project

README

          

# 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`.