Skip to content

Commit a46f8ac

Browse files
authored
N41: bevy_rapier_collider_gen (#1242)
1 parent 33f533f commit a46f8ac

File tree

2 files changed

+24
-0
lines changed

2 files changed

+24
-0
lines changed

content/news/041/brcg.png

42.3 KB
Loading

content/news/041/index.md

Lines changed: 24 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -273,6 +273,30 @@ _Discussions: [/r/rust](https://reddit.com/r/rust/comments/zpo4w9/egui_dnd)_
273273
[egui_dnd_crates_io]: https://crates.io/crates/egui_dnd
274274
[@lucasmerlin]: https://github.com/lucasmerlin
275275

276+
### [bevy_rapier_collider_gen][brcg-repo]
277+
278+
![scene displaying generated colliders](brcg.png)
279+
280+
[bevy_rapier_collider_gen][brcg-repo] by [@shnewto] is a library
281+
for generating bevy_rapier2d colliders for bevy apps, from images with
282+
transparency.
283+
284+
Features include out of box support for generating:
285+
286+
- Convex polyline colliders
287+
- Polyline colliders
288+
- Convex hull colliders
289+
- Heightfield colliders
290+
- Other colliders or geometries by getting edge coordinates in "drawing order"
291+
- Multiple colliders from a single image
292+
293+
For more, in pictures, see the picture book retrospective
294+
["misadventures in collider generation"][brcg-retro].
295+
296+
[brcg-repo]: https://github.com/shnewto/bevy_rapier_collider_gen
297+
[brcg-retro]: https://drinkspiller.com/bevy-rapier-collider-gen
298+
[@shnewto]: https://github.com/shnewto
299+
276300
## Popular Workgroup Issues in Github
277301

278302
<!-- Up to 10 links to interesting issues -->

0 commit comments

Comments
 (0)