dimforge / parry

2D and 3D collision-detection library for Rust.
https://parry.rs
Apache License 2.0
594 stars 104 forks source link

Convex hull example #256

Closed Vrixyz closed 2 months ago

Vrixyz commented 2 months ago

This builds on https://github.com/dimforge/parry/pull/250 to take advantage of common_macroquad code.

Screencast from 09-03-2024 03:21:04 PM.webm

Screencast from 09-03-2024 04:06:20 PM.webm

Vrixyz commented 2 months ago

I merged master in ; in order to be able to reuse the same conflict resolution on similar pr