You are writing a comment about Three Processing.js Examples, here is a quick summary:

The past couple of days I have been putting together a few Processing.js examples, and wanted to share them. They are all implemented via the Javascript api, and involve some level of human interaction.


You are responding to this comment written by Peter Burns on May 15th 2008, 19:53.

This work is very compelling. The performance is quite reasonable in Firefox 3, but I was amazed at how Webkit performed.

I can't recall getting such smooth framerates from flash, and I was unable to spawn enough enemies in the tower defense prototype to noticeably affect performance the framerate.

If it's this good for a game, it's clearly an excellent option for visualizations. I envy Flash no longer.


Please be aware that comment forms go stale after one hour.





Comments may make use of LifeFlow MarkDown. Raw html will be escaped.


Quick Introduction to LifeFlow MarkDown Syntax

A highlighted code block:

@@ ruby
def a (b, c):
  b * c
end
@@

Other common languages work as well: scheme, python, java, html, etc.

Other markdown syntax:

 ### This is an h3 title
#### This is an h4 title
**this is bold**
*this is italics*

1. This is an
2. ordered list

* And an unordered
* list too

[this is a link](http://www.lethain.com/ "Lethain")