Skip to content

v0.0.6

Compare
Choose a tag to compare
@kayhhh kayhhh released this 22 Jan 21:30
· 282 commits to main since this release
381c94e

The main feature this update brings is glTF extensions! This allows you to store arbitrary extensions within the graph, and provides a framework for defining IO for a specific format.

This includes Bevy support, with a provided implementation of the OMI_physics extensions for importing and exporting physics bodies into and out of Bevy. This uses the bevy_xpbd physics engine.

Additionally most structs and traits were refactored, honestly too many changes to list here but things feel a lot better now.