Skip to content

A prototype for SDF types and traits on top of bevy_math's primitives

License

Apache-2.0, MIT licenses found

Licenses found

Apache-2.0
LICENSE-APACHE
MIT
LICENSE-MIT
Notifications You must be signed in to change notification settings

NiseVoid/bevy_prototype_sdf

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

13 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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.

About

A prototype for SDF types and traits on top of bevy_math's primitives

Resources

License

Apache-2.0, MIT licenses found

Licenses found

Apache-2.0
LICENSE-APACHE
MIT
LICENSE-MIT

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published