File tree 2 files changed +24
-0
lines changed
Filter options
2 files changed +24
-0
lines changed
Original file line number Diff line number Diff line change @@ -273,6 +273,30 @@ _Discussions: [/r/rust](https://reddit.com/r/rust/comments/zpo4w9/egui_dnd)_
273
273
[ egui_dnd_crates_io ] : https://crates.io/crates/egui_dnd
274
274
[ @lucasmerlin ] : https://github.com/lucasmerlin
275
275
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
+
276
300
## Popular Workgroup Issues in Github
277
301
278
302
<!-- Up to 10 links to interesting issues -->
You can’t perform that action at this time.
0 commit comments