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

[BUG] Canvas updates even when it doesn't need to #24

Open lucaspevidor opened 1 year ago

lucaspevidor commented 1 year ago

The way the application is programmed, the canvas is being updated on every frame, even when there's no new events on it. This wastes computational resources.