Difference between revisions of "Porting pushStyle(), popStyle(), and boolean() to Processing.js"

From CDOT Wiki
Jump to: navigation, search
(Created page with '== Project Name == Porting pushStyle() and popStyle() to Processing.js == Project Description == [http://processingjs.org/ Processing.js] remains incomplete as a port of [http:/...')
 
Line 20: Line 20:
 
===Sept. 27, 2009 - Humble beginnings===
 
===Sept. 27, 2009 - Humble beginnings===
 
The [http://wobblyretroaction.blogspot.com/2009/09/processingjs-plan-to-push-and-pop.html initial project proposal] has been posted. [[http://github.com/mlam19/processing-js Repository] at github created.
 
The [http://wobblyretroaction.blogspot.com/2009/09/processingjs-plan-to-push-and-pop.html initial project proposal] has been posted. [[http://github.com/mlam19/processing-js Repository] at github created.
 +
===Sept. 28, 2009 - Basic example working===
 +
Basic improvements allow the rudimentary [http://processing.org/reference/pushStyle_.html Processing example] to [http://ttfclusiop.hostrator.com/processingjs/ function in Processing.js] (web host is finicky, patience required on good days).

Revision as of 23:38, 28 September 2009

Project Name

Porting pushStyle() and popStyle() 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() and popStyle(). These functions automatically save style information for later retrieval and reuse.

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

Project Leader(s)

Project Contributor(s)

Project Details

Style storage

pushStyle()

popStyle

Project News

Sept. 27, 2009 - Humble beginnings

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

Sept. 28, 2009 - Basic example working

Basic improvements allow the rudimentary Processing example to function in Processing.js (web host is finicky, patience required on good days).