Skip to content
Navigation Menu
Sign in
Appearance settings
Platform
AI CODE CREATION
GitHub Copilot
Write better code with AI
GitHub Copilot app
Direct agents from issue to merge
MCP Registry
Integrate external tools
DEVELOPER WORKFLOWS
Actions
Automate any workflow
Codespaces
Instant dev environments
Issues
Plan and track work
Code Review
Manage code changes
Code Quality
Enforce quality at merge
APPLICATION SECURITY
GitHub Advanced Security
Find and fix vulnerabilities
Code security
Secure your code as you build
Secret protection
Stop leaks before they start
EXPLORE
Why GitHub
Documentation
Blog
Changelog
Marketplace
View all features
Solutions
BY COMPANY SIZE
Enterprises
Small and medium teams
Startups
Nonprofits
BY USE CASE
App Modernization
DevSecOps
DevOps
CI/CD
View all use cases
BY INDUSTRY
Healthcare
Financial services
Manufacturing
Government
View all industries
View all solutions
Resources
EXPLORE BY TOPIC
AI
Software Development
DevOps
Security
View all topics
EXPLORE BY TYPE
Customer stories
Events & webinars
Ebooks & reports
Business insights
GitHub Skills
SUPPORT & SERVICES
Documentation
Customer support
Community forum
Trust center
Partners
View all resources
Open Source
COMMUNITY
GitHub Sponsors
Fund open source developers
PROGRAMS
Security Lab
Maintainer Community
GitHub Stars
Archive Program
REPOSITORIES
Topics
Trending
Collections
Enterprise
ENTERPRISE SOLUTIONS
Enterprise platform
AI-powered developer platform
AVAILABLE ADD-ONS
GitHub Advanced Security
Enterprise-grade security features
Copilot for Business
Enterprise-grade AI features
Premium Support
Enterprise-grade 24/7 support
Pricing
Search
/
Sign in
Sign up
Appearance settings
You signed in with another tab or window.
Reload
to refresh your session.
You signed out in another tab or window.
Reload
to refresh your session.
You switched accounts on another tab or window.
Reload
to refresh your session.
Dismiss alert
{{ message }}
Uh oh!
There was an error while loading.
Please reload this page
.
dimforge
/
parry
Public
Uh oh!
There was an error while loading.
Please reload this page
.
Notifications
You must be signed in to change notification settings
Fork
156
Star
867
Code
Issues
34
Pull requests
23
Discussions
Actions
Projects
Security and quality
0
Insights
Additional navigation options
Code
Issues
Pull requests
Discussions
Actions
Projects
Security and quality
Insights
QueryOptions parameters (GjkOptions)
- #298
#298
Open
ThierryBerger
wants to merge 22 commits into
dimforge:master
dimforge/parry:master
from
ThierryBerger:incorrect-shapecast
ThierryBerger/parry:incorrect-shapecast
Copy head branch name to clipboard
Conversation
Commits
22
(22)
Checks
Files changed
Open
QueryOptions parameters (GjkOptions)
#298
ThierryBerger
wants to merge 22 commits into
dimforge:master
dimforge/parry:master
from
ThierryBerger:incorrect-shapecast
ThierryBerger/parry:incorrect-shapecast
Copy head branch name to clipboard
Commits
Commits on Jan 14, 2025
heavy wip ; I could reproduce a wrong shapecast :thinking:
ThierryBerger
committed
bfafb69
View commit details
Copy full SHA for bfafb69
Browse repository at this point
better example with all cases shown at once
ThierryBerger
committed
a6f6503
View commit details
Copy full SHA for a6f6503
Browse repository at this point
up epsilon for gjk
ThierryBerger
committed
9fa67fd
View commit details
Copy full SHA for 9fa67fd
Browse repository at this point
add changelog
ThierryBerger
committed
881557d
View commit details
Copy full SHA for 881557d
Browse repository at this point
removed incorrect lint
ThierryBerger
committed
d8cd6bf
View commit details
Copy full SHA for d8cd6bf
Browse repository at this point
add example to cargo toml + rename with 2d postfix
ThierryBerger
committed
4e3077c
View commit details
Copy full SHA for 4e3077c
Browse repository at this point
center shape to raycast
ThierryBerger
committed
e9cf114
View commit details
Copy full SHA for e9cf114
Browse repository at this point
Commits on Jan 20, 2025
add unit test
ThierryBerger
committed
d4e460e
View commit details
Copy full SHA for d4e460e
Browse repository at this point
Commits on Jun 25, 2025
add ability to customize gjk at the dispatcher level (still needs to fix more path to eps_tol(), but serves as discussion starter
ThierryBerger
committed
f0118bb
View commit details
Copy full SHA for f0118bb
Browse repository at this point
Commits on Jul 2, 2025
add dedicated gjk options struct and passed in most convenient places
ThierryBerger
committed
7067ee2
View commit details
Copy full SHA for 7067ee2
Browse repository at this point
Commits on Jul 8, 2025
wip: using point query options as dyn ; dispatching them depending on shapes knowing their underlying algorithm.
ThierryBerger
committed
67bd749
View commit details
Copy full SHA for 67bd749
Browse repository at this point
Commits on Jul 9, 2025
add an example to test out API for compound shape options
Show description for ca45b43
ThierryBerger
committed
ca45b43
View commit details
Copy full SHA for ca45b43
Browse repository at this point
Commits on Jul 15, 2025
Merge branch 'master' into incorrect-shapecast
ThierryBerger
committed
ebe46f3
View commit details
Copy full SHA for ebe46f3
Browse repository at this point
Commits on Jul 16, 2025
QueryOptionsDispatcherMap makes it possible to forward options to a compound shape.
ThierryBerger
committed
cd33ad8
View commit details
Copy full SHA for cd33ad8
Browse repository at this point
code cleanup
ThierryBerger
committed
b2de11a
View commit details
Copy full SHA for b2de11a
Browse repository at this point
Commits on Jul 17, 2025
more docs + fix default gjk epsilon
ThierryBerger
committed
df4e569
View commit details
Copy full SHA for df4e569
Browse repository at this point
fix bench + fix default epsilon used in QueryOptions default
ThierryBerger
committed
4c0c3ae
View commit details
Copy full SHA for 4c0c3ae
Browse repository at this point
update changelog
ThierryBerger
committed
04b00e6
View commit details
Copy full SHA for 04b00e6
Browse repository at this point
more consistent headings
ThierryBerger
authored
6769e55
View commit details
Copy full SHA for 6769e55
Browse repository at this point
Commits on Jul 23, 2025
Merge branch 'master' into incorrect-shapecast
ThierryBerger
committed
ee97266
View commit details
Copy full SHA for ee97266
Browse repository at this point
Commits on Jul 24, 2025
wip ray support
ThierryBerger
committed
f0e82d7
View commit details
Copy full SHA for f0e82d7
Browse repository at this point
Made more clear when query options are needed or not, adapted example to change epsilon each frame
ThierryBerger
committed
80a1b25
View commit details
Copy full SHA for 80a1b25
Browse repository at this point
You can’t perform that action at this time.