Skip to content

Pull requests: avianphysics/avian

Author
Filter by author
Loading
Label
Filter by label
Loading
Use alt + click/return to exclude labels
or + click/return for logical OR
Projects
Filter by project
Loading
Milestones
Filter by milestone
Loading
Reviews
Assignee
Filter by who’s assigned
Assigned to nobody Loading
Sort

Pull requests list

fix trimesh returned by IntoCollider for plane shapes
#1012 opened Jun 25, 2026 by dylemma Loading…
add no-render(-f64) feature groups
#1000 opened Jun 16, 2026 by Jengamon Loading…
fix(debug): concrete types instead of SharedShape A-Debug-Rendering Relates to the debug plugin or any other useful debugging features C-Performance Improvements or questions related to performance D-Straightforward Simple bug fixes and API improvements, docs, test and examples
#999 opened Jun 15, 2026 by Jengamon Draft
Add AI Policy and CI Check A-Meta Relates to Avian and its maintenance as a project X-Contentious There are nontrivial implications that should be thought through
#998 opened Jun 12, 2026 by Jondolf Member Loading…
Fast CCD without ghost collisions (Box2D-inspired) A-Collision Relates to the broad phase, narrow phase, colliders, or other collision functionality A-Debug-Rendering Relates to the debug plugin or any other useful debugging features A-Dynamics Relates to rigid body dynamics: motion, mass, constraint solving, joints, CCD, and so on C-Docs Improvements or additions to documentation C-Examples Improvements or additions to examples C-Feature A new feature, making something new possible C-Performance Improvements or questions related to performance C-Refinement Improves quality or results in some way, without fixing a clear bug or adding new functionality D-Complex Challenging from a design or technical perspective. Ask for help if you'd like to tackle this! M-Migration-Guide A breaking change to Avian's public API that needs to be noted in a migration guide S-Waiting-on-Author The author needs to make changes or address concerns before this can be merged X-Contentious There are nontrivial implications that should be thought through
#996 opened Jun 9, 2026 by Jondolf Member Draft
2 tasks
Implement new gyro motion integration method A-Dynamics Relates to rigid body dynamics: motion, mass, constraint solving, joints, CCD, and so on C-Refinement Improves quality or results in some way, without fixing a clear bug or adding new functionality D-Modest A moderate level of difficulty: suitable for simple features or challenging fixes
#993 opened Jun 7, 2026 by unpairedbracket Contributor Loading…
Avoid panic when responding to ColliderConstructor[Hierarchy] A-Collision Relates to the broad phase, narrow phase, colliders, or other collision functionality C-Bug Something isn't working P-Crash A sudden unexpected crash
#992 opened Jun 5, 2026 by eswartz Contributor Loading…
Decouple contacts and solver A-Collision Relates to the broad phase, narrow phase, colliders, or other collision functionality A-Dynamics Relates to rigid body dynamics: motion, mass, constraint solving, joints, CCD, and so on C-Code-Quality Improvements to code readability, maintainability, or best practices C-Feature A new feature, making something new possible D-Modest A moderate level of difficulty: suitable for simple features or challenging fixes M-Migration-Guide A breaking change to Avian's public API that needs to be noted in a migration guide
#989 opened May 31, 2026 by Jondolf Member Draft
Fix joint angle limits ignored for low-inertia bodies A-Dynamics Relates to rigid body dynamics: motion, mass, constraint solving, joints, CCD, and so on C-Refinement Improves quality or results in some way, without fixing a clear bug or adding new functionality D-Straightforward Simple bug fixes and API improvements, docs, test and examples
#986 opened May 28, 2026 by francisdb Loading…
Granular configuration of debug render systems A-Debug-Rendering Relates to the debug plugin or any other useful debugging features C-Usability A quality-of-life improvement that makes Avian easier to use D-Straightforward Simple bug fixes and API improvements, docs, test and examples X-Contentious There are nontrivial implications that should be thought through
#977 opened Apr 29, 2026 by barsoosayque Loading…
Make SpatialQuery more generic across colliders A-Spatial-Query Relates to spatial queries, such as ray casting, shape casting, and intersection tests C-Feature A new feature, making something new possible M-Migration-Guide A breaking change to Avian's public API that needs to be noted in a migration guide
#975 opened Apr 18, 2026 by NiseVoid Contributor Draft
SpatialQueryFilter CollisionLayers A-Spatial-Query Relates to spatial queries, such as ray casting, shape casting, and intersection tests C-Feature A new feature, making something new possible D-Straightforward Simple bug fixes and API improvements, docs, test and examples S-Needs-Review Needs reviewer attention to move forward X-Uncontroversial This work is generally agreed upon
#967 opened Mar 28, 2026 by HeartofPhos Loading…
Combine LinearVelocity and AngularVelocity under Velocity (and similarly with MaxSpeed and Damping) A-Dynamics Relates to rigid body dynamics: motion, mass, constraint solving, joints, CCD, and so on C-Usability A quality-of-life improvement that makes Avian easier to use M-Migration-Guide A breaking change to Avian's public API that needs to be noted in a migration guide S-Waiting-on-Author The author needs to make changes or address concerns before this can be merged X-Contentious There are nontrivial implications that should be thought through
#958 opened Mar 18, 2026 by Jondolf Member Loading… 0.8
Don't take ownership of the vertices and indices parameters in the convex_decomposition and convex_hull methods A-Collision Relates to the broad phase, narrow phase, colliders, or other collision functionality C-Performance Improvements or questions related to performance D-Trivial Nice and straightforward! A great choice to get started with Avian M-Migration-Guide A breaking change to Avian's public API that needs to be noted in a migration guide X-Uncontroversial This work is generally agreed upon
#944 opened Feb 12, 2026 by FredMarquer Loading…
Implement rigid body helper A-Transform Relates to transforms or physics positions A-Utils Utility functions and types C-Feature A new feature, making something new possible S-Waiting-on-Author The author needs to make changes or address concerns before this can be merged
#897 opened Nov 25, 2025 by janhohenheim Member Draft
2 tasks
Make update_child_collider_position pub D-Trivial Nice and straightforward! A great choice to get started with Avian S-Needs-Review Needs reviewer attention to move forward
#896 opened Nov 21, 2025 by cBournhonesque Contributor Loading…
Fixes Colliders not properly removing their collisions when they get disabled, moved and enabled. A-Collision Relates to the broad phase, narrow phase, colliders, or other collision functionality C-Bug Something isn't working S-Waiting-on-Author The author needs to make changes or address concerns before this can be merged
#890 opened Nov 15, 2025 by TheSylex Loading…
Fix 1-frame pause delay A-Scheduling Relates to scheduling or system sets C-Bug Something isn't working D-Straightforward Simple bug fixes and API improvements, docs, test and examples S-Needs-Review Needs reviewer attention to move forward
#817 opened Sep 16, 2025 by Pascualex Loading… 0.8
no_std compatibility C-Dependencies A change to the crates that Avian depends on M-Migration-Guide A breaking change to Avian's public API that needs to be noted in a migration guide S-Waiting-on-Author The author needs to make changes or address concerns before this can be merged
#703 opened Apr 17, 2025 by Jondolf Member Loading…
Also clamp angular and linear velocities to max speeds while solving constraints A-Joints Relates to joints constraining the relative positions and orientations of rigid bodies D-Straightforward Simple bug fixes and API improvements, docs, test and examples S-Waiting-on-Author The author needs to make changes or address concerns before this can be merged
#651 opened Feb 7, 2025 by coreh Loading…
Fix non-square Collider::heightfield row and column count order A-Collision Relates to the broad phase, narrow phase, colliders, or other collision functionality C-Bug Something isn't working S-Waiting-on-Author The author needs to make changes or address concerns before this can be merged
#568 opened Nov 28, 2024 by Jondolf Member Loading…
Allow not overwriting entity visibility with debug renderer A-Debug-Rendering Relates to the debug plugin or any other useful debugging features C-Feature A new feature, making something new possible M-Migration-Guide A breaking change to Avian's public API that needs to be noted in a migration guide S-Needs-Review Needs reviewer attention to move forward
#470 opened Jul 25, 2024 by Dentosal Loading…
add IgnoredCollisions component A-Collision Relates to the broad phase, narrow phase, colliders, or other collision functionality C-Feature A new feature, making something new possible S-Waiting-on-Author The author needs to make changes or address concerns before this can be merged
#364 opened May 17, 2024 by exoexo-dev Contributor Loading…
ProTip! Find all pull requests that aren't related to any open issues with -linked:issue.