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
Accelerator
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
Type
/
to 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
.
lambda-sh
/
lambda
Public
Notifications
You must be signed in to change notification settings
Fork
2
Star
12
Code
Issues
65
Pull requests
4
Actions
Projects
Security and quality
0
Insights
Additional navigation options
Code
Issues
Pull requests
Actions
Projects
Security and quality
Insights
feat(lambda-rs): Add 2d collision events
- #201
#201
Merged
vmarcella
merged 15 commits into
main
lambda-sh/lambda:main
from
vmarcella/2d-collision-events
lambda-sh/lambda:vmarcella/2d-collision-events
Copy head branch name to clipboard
Apr 3, 2026
Conversation
Commits
15
(15)
Checks
Files changed
Merged
feat(lambda-rs): Add 2d collision events
#201
vmarcella
merged 15 commits into
main
lambda-sh/lambda:main
from
vmarcella/2d-collision-events
lambda-sh/lambda:vmarcella/2d-collision-events
Copy head branch name to clipboard
Commits
Commits on Mar 25, 2026
[add] initial specification for 2d collision events
vmarcella
committed
77a6bb7
View commit details
Copy full SHA for 77a6bb7
Browse repository at this point
[add] physics collision query and event API scaffolding
vmarcella
committed
7ffecad
View commit details
Copy full SHA for 7ffecad
Browse repository at this point
[add] physics collision filter backend support
vmarcella
committed
3045a69
View commit details
Copy full SHA for 3045a69
Browse repository at this point
[add] physics point and aabb queries
vmarcella
committed
a616a9e
View commit details
Copy full SHA for a616a9e
Browse repository at this point
Commits on Mar 31, 2026
[add] backend raycasting implementation.
vmarcella
committed
5553fba
View commit details
Copy full SHA for 5553fba
Browse repository at this point
[add] better documentation for all of the query code
vmarcella
committed
f62670b
View commit details
Copy full SHA for f62670b
Browse repository at this point
[add] physics collision start events.
vmarcella
committed
4957fb8
View commit details
Copy full SHA for 4957fb8
Browse repository at this point
[add] collision end events
vmarcella
committed
c0f17be
View commit details
Copy full SHA for c0f17be
Browse repository at this point
Commits on Apr 1, 2026
[fix] documentation.
vmarcella
committed
7273183
View commit details
Copy full SHA for 7273183
Browse repository at this point
[add] tutorial for collision events
vmarcella
committed
e957cc8
View commit details
Copy full SHA for e957cc8
Browse repository at this point
Commits on Apr 2, 2026
[add] documentation.
vmarcella
committed
812a564
View commit details
Copy full SHA for 812a564
Browse repository at this point
Commits on Apr 3, 2026
[update] queued events to avoid clones and fix documentation around ordering.
vmarcella
committed
6a6e8b5
View commit details
Copy full SHA for 6a6e8b5
Browse repository at this point
[update] collider-handle lookup to rely on a hashtable for fast lookups when querying
vmarcella
committed
8ab29bb
View commit details
Copy full SHA for 8ab29bb
Browse repository at this point
[update] test to be order agnostic
vmarcella
committed
4b7506f
View commit details
Copy full SHA for 4b7506f
Browse repository at this point
[update] tests to check for closeness in raycast computations
vmarcella
committed
6578f74
View commit details
Copy full SHA for 6578f74
Browse repository at this point
You can’t perform that action at this time.