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

2D Generalization #1

Closed Shfty closed 1 year ago

Shfty commented 1 year ago

Dim type parameters are already present on certain types; need to formalize this into proper machinery and make 2D implementations for the relevant SDFs.

Shfty commented 1 year ago

Done.