Skip to content
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

Can matter-js be used as physics simulation library? (question) #660

Closed
abaybektursun opened this issue Sep 11, 2018 · 2 comments
Closed
Labels

Comments

@abaybektursun
Copy link

I need to spawn dozens of simple psychics simulations using web-workers. Is matter-js good library for this? Can physics be separated from DOM?

@liabru
Copy link
Owner

liabru commented Oct 1, 2018

You can run multiple engines, there is no DOM used other than optionally rendering to a canvas with the debug renderer. I've not used the engine in a worker before but it should work.

@liabru liabru added the question label Oct 1, 2018
@abaybektursun
Copy link
Author

Thanks!

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

No branches or pull requests

2 participants