dulimarta / spherical-easel

https://spherical-easel.vercel.app
Other
3 stars 7 forks source link

Use mouseReleased() function to run code for visual enhancement #53

Open dulimarta opened 2 years ago

dulimarta commented 2 years ago

Currently, most SE model update logic runs when the user is making changes in moveMoved() which may slow down the rendering performance at times. To improve rendering performance, move some of this logic into the mouseReleased() handler funcion