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

From CDOT Wiki
Revision as of 11:31, 27 September 2009 by Mlam19 (talk | contribs) (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:/...')
(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)
Jump to: navigation, search

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.