Porting pushStyle(), popStyle(), and boolean() to Processing.js

From CDOT Wiki
Revision as of 18:05, 12 October 2009 by Mlam19 (talk | contribs)
Jump to: navigation, search

Project Name

Porting pushStyle(), popStyle(), and boolean() to Processing.js

Project Description

Processing.js remains incomplete as a port of Processing. Among the features still to be implemented are the functions pushStyle(), popStyle(), and boolean(). The first two functions automatically save style information for later retrieval and reuse. The last "converts" arguments into a boolean value.

This project seeks to implement those three functions. The repository may be found here.

Project Leader(s)

Project Contributor(s)

Project Details

Project News

Sept. 28, 2009 - Basic example working

Basic improvements allow the rudimentary Processing example to function in Processing.js.

Sept. 27, 2009 - Humble beginnings

The initial project proposal has been posted. Repository at github created.