Skip to content

Latest commit

 

History

History
21 lines (12 loc) · 838 Bytes

README.md

File metadata and controls

21 lines (12 loc) · 838 Bytes

bevy_prototype_sdf

A crate for defining and using trees of signed distance primitives and operations.

Goals

  • Provide a simple and perfomant way to define SDFs in a serializable and reusable way

Current limitations

Not many shapes are currently supported, and the data structure is sub-optimal for serialization. The plan is to switch to a structure that always stores the tree as if it were serialized, and read from it directly while performing operations.

License

All code in this repository is dual-licensed under either:

at your option.