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

Create object manager class #27

Closed lucaspevidor closed 1 year ago

lucaspevidor commented 1 year ago

It is necessary to create a object manager class, that will control every object position, scale, rotation and visibility.

At the moment the objects are being rendered on the main app function.