lucaspevidor / InteractiveCanvas

A training project for interacting with an environment through HTML canvas
GNU General Public License v3.0
1 stars 0 forks source link

Implemented RigidBody2D class #2

Closed lucaspevidor closed 1 year ago

lucaspevidor commented 1 year ago

Implemented a separate physics class for simulating 2d Rigidbodies, and implemented some tests to validate the class.

To-Do: Implement some validation processes for manipulating variables (mass can't be negative, etc).