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): 2D rigid body support
- #185
#185
Merged
vmarcella
merged 12 commits into
main
lambda-sh/lambda:main
from
vmarcella/2d-rigid-bodies
lambda-sh/lambda:vmarcella/2d-rigid-bodies
Copy head branch name to clipboard
Feb 15, 2026
Conversation
Commits
12
(12)
Checks
Files changed
Merged
feat(lambda-rs): 2D rigid body support
#185
vmarcella
merged 12 commits into
main
lambda-sh/lambda:main
from
vmarcella/2d-rigid-bodies
lambda-sh/lambda:vmarcella/2d-rigid-bodies
Copy head branch name to clipboard
Commits
Commits on Feb 12, 2026
[add] initial specification.
vmarcella
committed
a912edd
View commit details
Copy full SHA for a912edd
Browse repository at this point
Commits on Feb 13, 2026
[add] initial rigid body implementation and update 2d physics worlds to assign IDs on creation.
vmarcella
committed
d3b9b51
View commit details
Copy full SHA for d3b9b51
Browse repository at this point
[add] intenrla rigid body slot storage & euler stepping + APIs for create/query/mutate/apply forces
vmarcella
committed
1ae1af7
View commit details
Copy full SHA for 1ae1af7
Browse repository at this point
[update] the rigid body builder to allocate the rigid body with rapier
vmarcella
committed
1f3036a
View commit details
Copy full SHA for 1f3036a
Browse repository at this point
[add] implementations for set_position, set_rotation, set_velocity.
vmarcella
committed
a15de50
View commit details
Copy full SHA for a15de50
Browse repository at this point
[update] steps to clear accumulated forces after each step.
vmarcella
committed
ee81252
View commit details
Copy full SHA for ee81252
Browse repository at this point
[add] apply_impulse implementation.
vmarcella
committed
c66de56
View commit details
Copy full SHA for c66de56
Browse repository at this point
[update] features doc.
vmarcella
committed
cc03354
View commit details
Copy full SHA for cc03354
Browse repository at this point
[add] demo for showcasing rigid 2d bodies in action.
vmarcella
committed
6a3b507
View commit details
Copy full SHA for 6a3b507
Browse repository at this point
[add] tutorial for the demo.
vmarcella
committed
b0b05ee
View commit details
Copy full SHA for b0b05ee
Browse repository at this point
Commits on Feb 15, 2026
[add] documentation.
vmarcella
committed
a2f43d4
View commit details
Copy full SHA for a2f43d4
Browse repository at this point
[update] world id generation to use u64.
vmarcella
committed
1c810d1
View commit details
Copy full SHA for 1c810d1
Browse repository at this point
You can’t perform that action at this time.