dimforge / parry

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

Macroquad examples tracking issue #261

Open Vrixyz opened 2 months ago

Vrixyz commented 2 months ago
example PR Note
points in poly https://github.com/dimforge/parry/pull/210 no 3d version
raycast https://github.com/dimforge/parry/pull/234
intersection plane https://github.com/dimforge/parry/pull/250
projection https://github.com/dimforge/parry/pull/234
Convex hull https://github.com/dimforge/parry/pull/256
AABB https://github.com/dimforge/parry/pull/257
Bounding spheres https://github.com/dimforge/parry/pull/259

full examples list:

aabb3d ball3d bounding_sphere3d capsule cone contact_query3d convex3d convex_hull3d convex_try_new3d cuboid3d cylinder distance_query3d getting_started mesh3d plane3d plane_intersection polyline3d project_point3d proximity_query3d solid_point_query3d solid_ray_cast3d: :construction: ; probably adaptations to make to #234 to use more of the API. time_of_impact_query3d