hustcc / canvas-nest.js

:cancer: Interactive Particle / Nest System With JavaScript and Canvas, no jQuery.
https://git.hust.cc/canvas-nest.js
MIT License
4.3k stars 826 forks source link

Canvas consume Memory & GPU #52

Open oijkn opened 5 years ago

oijkn commented 5 years ago

I noticed that on my laptop the GPU and the memory is very solicited by the use of the canvas. And so the fans are running at full speed.

There is a way to reduce this consumption, please ?

Thank you for your support and help.

BR

phantom0174 commented 1 year ago

You can try with my newly-developed module, which solves this issue by implementing chunks and drawing buffer. https://github.com/phantom0174/canvas-nice.js

Hope this helps.