public
Description: A port of the Processing visualization language to JavaScript.
Homepage: http://processingjs.org/
Clone URL: git://github.com/jeresig/processing-js.git
name age message
file .gitignore Mon Oct 26 12:37:03 -0700 2009 Cleaning code for readability. [f1lt3r]
file README Sat Nov 14 15:39:05 -0800 2009 Updating README href. [f1lt3r]
file example.html Wed Nov 18 05:12:19 -0800 2009 Updated example. [f1lt3r]
file example.pjs Wed Nov 18 05:12:19 -0800 2009 Updated example. [f1lt3r]
directory examples/ Sat Nov 14 15:34:55 -0800 2009 Added nfs(), unhex(), expand(), shorten() from ... [f1lt3r]
directory fonts/ Sat Nov 14 15:34:55 -0800 2009 Added nfs(), unhex(), expand(), shorten() from ... [f1lt3r]
file processing.js Sat Nov 14 15:38:06 -0800 2009 Cleaning. [f1lt3r]
file processing.min.js Wed Nov 11 16:54:56 -0800 2009 Updated INIT method. [f1lt3r]
directory ref-tests/ Sat Nov 14 15:34:55 -0800 2009 Added nfs(), unhex(), expand(), shorten() from ... [f1lt3r]
README
  P R O C E S S I N G - 0 . 0 . J S
  a port of the Processing visualization language
  
  License       : MIT 
  Developer     : John Resig: http://ejohn.org
  Web Site      : http://processingjs.org  
  Java Version  : http://processing.org
  Github Repo.  : http://github.com/jeresig/processing-js
  Bug Tracking  : http://processing-js.lighthouseapp.com
  Mozilla POW!  : http://wiki.Mozilla.org/Education/Projects/ProcessingForTheWeb
  Maintained by : Seneca: http://zenit.senecac.on.ca/wiki/index.php/Processing.js
                  Hyper-Metrix: http://hyper-metrix.com/#Processing

  //////////////////////////////////////////////////////////////////////////////
  
  VERSION TEST: 0.0
     
          Fx  Sf  Ch  Op  IE
         +---+---+---+---+---+
  Ubuntu | 1 | . | . | 1 | . | 2 / 2
         +---+---+---+---+---+
   Tiger | 1 | . | . | 1 | . | 2 / 2
         +---+---+---+---+---+
   Vista | 1 | 1 | 1 | 1 | . | 4 / 4
         +---+---+---+---+---+   
                               8 / 8 = Pass
                               
  //////////////////////////////////////////////////////////////////////////////