Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Appearance settings

Commit a46f8ac

Browse filesBrowse files
authored
N41: bevy_rapier_collider_gen (rust-gamedev#1242)
1 parent 33f533f commit a46f8ac
Copy full SHA for a46f8ac

File tree

2 files changed

+24
-0
lines changed
Filter options

2 files changed

+24
-0
lines changed

‎content/news/041/brcg.png

Copy file name to clipboard
42.3 KB
Loading

‎content/news/041/index.md

Copy file name to clipboardExpand all lines: content/news/041/index.md
+24Lines 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 (0)
Morty Proxy This is a proxified and sanitized view of the page, visit original site.