Feb
21
2013
Posted by kll · In Processing · 2287 Reads ·
interims play
When you visit the
processing homepage
you can find a info regarding a SISTER project
processing.js
What is the difference? processing sketch normally runs on a PC, in the processing "interpreter".
implemented in the WWW it will use a JAVA APPLET.
But using the processing JAVA script ( original release by John Resig in 2008 )
the sketch runs directly in a webpage,
as long you not use INTERNET EXPLORER from MICROSOFT.
I work computer more then 30 years, and never play games, but processing tool urges you to write and play games.
my first test
here.
And pls check out
snake code for processing and processing.js.