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 physics world for managing physics in 2D environments
- #176
#176
Merged
vmarcella
merged 11 commits into
main
lambda-sh/lambda:main
from
vmarcella/2d-physics-world
lambda-sh/lambda:vmarcella/2d-physics-world
Copy head branch name to clipboard
Feb 9, 2026
Conversation
Commits
11
(11)
Checks
Files changed
Merged
feat(lambda-rs): Add 2D physics world for managing physics in 2D environments
#176
vmarcella
merged 11 commits into
main
lambda-sh/lambda:main
from
vmarcella/2d-physics-world
lambda-sh/lambda:vmarcella/2d-physics-world
Copy head branch name to clipboard
Commits
Commits on Feb 6, 2026
[add] rapier 2d to our dependencies.
vmarcella
committed
789a8c7
View commit details
Copy full SHA for 789a8c7
Browse repository at this point
[add] initial specification for adding 2D physics to the engine.
vmarcella
committed
adf4ae9
View commit details
Copy full SHA for adf4ae9
Browse repository at this point
[add] initial rapier2d implementation.
vmarcella
committed
66457a9
View commit details
Copy full SHA for 66457a9
Browse repository at this point
Commits on Feb 7, 2026
[add] physics impl in lambda-rs
vmarcella
committed
1a771c8
View commit details
Copy full SHA for 1a771c8
Browse repository at this point
[add] step_with_teimstep_seconds and correctly compute substeps.
vmarcella
committed
27e79e0
View commit details
Copy full SHA for 27e79e0
Browse repository at this point
[add] unit tests.
vmarcella
committed
6e3156c
View commit details
Copy full SHA for 6e3156c
Browse repository at this point
[update] documentation and add default implementation.
vmarcella
committed
08612ce
View commit details
Copy full SHA for 08612ce
Browse repository at this point
Merge branch 'main' into vmarcella/2d-physics-world
vmarcella
committed
203550d
View commit details
Copy full SHA for 203550d
Browse repository at this point
[update] spec location.
vmarcella
committed
953039e
View commit details
Copy full SHA for 953039e
Browse repository at this point
[add] a 2D demo showcasing a falling quad using our new physics implementation.
vmarcella
committed
4b0c5ab
View commit details
Copy full SHA for 4b0c5ab
Browse repository at this point
[add] tutorial for the falling quad demo.
vmarcella
committed
e45973b
View commit details
Copy full SHA for e45973b
Browse repository at this point
You can’t perform that action at this time.