Hacker News new | ask | show | jobs
by CSenn 3681 days ago
Hmm, that sounds like a promising idea...
1 comments

For the most part you're not doing live animations, statically drawing on a 3 canvases would give you what you want (without huge overhead of DOM nodes and simplicity of 2D canvas painting). Web workers aren't going to do much since most of your lag is coming from way too much DOM (causing layout, repaints to take forever).