Skip to content

rapier integration #3

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Open
wants to merge 4 commits into
base: main
Choose a base branch
from
Open

rapier integration #3

wants to merge 4 commits into from

Conversation

Vrixyz
Copy link
Owner

@Vrixyz Vrixyz commented Jan 22, 2025

simulate 80 000 rigidbodies in 2d at 30 fixed updates per seconds, while rendering is not throttled by the underlying performance.

@Vrixyz Vrixyz force-pushed the rapier_integration branch 2 times, most recently from 10af78c to 9831e5e Compare January 22, 2025 15:48
@Vrixyz Vrixyz force-pushed the rapier_integration branch from 9831e5e to ed98a09 Compare January 22, 2025 15:53
));
app.add_systems(Startup, (setup_worker, (setup_info, setup_physics)).chain());
app.add_systems(Update, update_info);
// TODO: SyncBackend before [`SpawnTask`].
Copy link
Owner Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

finish comments

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant