-
Notifications
You must be signed in to change notification settings - Fork 4
Physics
Greg Rogers edited this page Jan 5, 2020
·
2 revisions
The ERA Physics Plugin is a wrapper for physics simulations that should be updated every tick. It is not a physics engine on its own. The purpose is to aid the creation and registry of physics bodies as well as handle any interesting logic between entities, such as contact.
Since ERA does not provide a physics engine, one must be provided to the Physics plugin via an extended Physics class:
More implementations are welcome!