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 Nov 23 07:05:29 -0800 2009 Adding mag() from Andor and fixing clear(). [f1lt3r]
file README Fri Nov 27 07:09:17 -0800 2009 Updating README. [F1LT3R]
file example.html Wed Nov 18 05:12:19 -0800 2009 Updated example. [f1lt3r]
file example.pjs Tue Dec 01 08:42:56 -0800 2009 Addind match(). [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 Tue Dec 01 08:52:13 -0800 2009 Adding splitTokens(). [f1lt3r]
file processing.min.js Tue Dec 01 08:52:13 -0800 2009 Adding splitTokens(). [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
  
  IMPORTANT! - NOTE FOR DEVELOPERS:
  Please read the guidelines before pushing your code to the repository. The 
  function(s) you are working on may already be finished and queued for push. 
  
  GUIDELINES:
  http://processing-js.lighthouseapp.com/projects/41284/project-workflow
  
  IRC CHANNEL:
  Join the development team at irc://irc.mozilla.org/processing.js for more info
  
  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
         +---+---+---+---+---+   
      XP | 1 | 1 | 1 | 1 | . | 4 / 4
         +---+---+---+---+---+   
                               12 / 12 = Pass
                               
  //////////////////////////////////////////////////////////////////////////////