Hacker News new | past | comments | ask | show | jobs | submit login
A Canvas Experiment (tomtheisen.com)
38 points by edw519 on Oct 12, 2009 | hide | past | favorite | 8 comments



I didn't realize it at first, but you can click on it as well.


This looks very good. I think the fade option should be set by default. Can you make a screensaver or something with this stuff? I would definitely use that.


Try setting it to spawn a new tree every 1 or 2 frames; you get some amazing patterns around the outside.

Performance is good on Safari, even after a few minutes and fade turned off.


Canvas is a bitmap drawing field. The browser actually has to do less work with fade turned off, and performance won’t degrade with time running.


Thanks, I had no idea; I've only ever done animation in flash and—without thinking about it—made the assumption that canvas would also be vector based. Knowing this is going to be really useful at some point, so again, thanks.


You can of course work with vectors on the web as well by using SVG. Well, if you ignore IE, but then you’d be ignoring it by using canvas :) They’re both good at their own field. SVG gives you the doctree and accessibility, canvas raw speed and bitmap tricks.


Flux Capacitor Fluxing.


It runs very well on the iPhone 3gs




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

Search: