Hacker News new | past | comments | ask | show | jobs | submit login

I find this to be a very relevant article on render times between various contexts: http://smus.com/canvas-vs-svg-performance/

Along these lines I've written projects in canvas only to realize later I should've written in SVG. One of the aims of two.js is to afford a canonical API for the developer. So the idea is that if you're rendering lots of particles and not doing any manipulation to individual particles, canvas or webgl will render faster than svg. Two.js aims to make it easier to test and switch around between the contexts. However, I should caveat all of this with two.js is very nascent...




Have you considered adding VML support, the way that Raphael has, for IE 6 through 8 support?




Guidelines | FAQ | Lists | API | Security | Legal | Apply to YC | Contact

Search: