diff --git a/content/news/041/brcg.png b/content/news/041/brcg.png new file mode 100644 index 000000000..7532ef881 Binary files /dev/null and b/content/news/041/brcg.png differ diff --git a/content/news/041/index.md b/content/news/041/index.md index 9036ba0ea..9e19f99b2 100644 --- a/content/news/041/index.md +++ b/content/news/041/index.md @@ -273,6 +273,30 @@ _Discussions: [/r/rust](https://reddit.com/r/rust/comments/zpo4w9/egui_dnd)_ [egui_dnd_crates_io]: https://crates.io/crates/egui_dnd [@lucasmerlin]: https://github.com/lucasmerlin +### [bevy_rapier_collider_gen][brcg-repo] + +![scene displaying generated colliders](brcg.png) + +[bevy_rapier_collider_gen][brcg-repo] by [@shnewto] is a library +for generating bevy_rapier2d colliders for bevy apps, from images with +transparency. + +Features include out of box support for generating: + +- Convex polyline colliders +- Polyline colliders +- Convex hull colliders +- Heightfield colliders +- Other colliders or geometries by getting edge coordinates in "drawing order" +- Multiple colliders from a single image + +For more, in pictures, see the picture book retrospective +["misadventures in collider generation"][brcg-retro]. + +[brcg-repo]: https://github.com/shnewto/bevy_rapier_collider_gen +[brcg-retro]: https://drinkspiller.com/bevy-rapier-collider-gen +[@shnewto]: https://github.com/shnewto + ## Popular Workgroup Issues in Github