bevy_meshopt 0.1.0

Small wrapper around the `meshopt` library for using with Bevy!
Documentation
1
2
3
4
5
6
7
8

# bevy_meshopt

Provides a small wrapper around the `meshopt` library for using with Bevy.

Goals of this project:
- Make it easy to integrate `meshopt` functions with Bevy meshes (and soon extensibly to other data structures)
- Prevent panics or segfaults by validating inputs (If you run into one, please make an issue!)