Hype

github.com / HYPE_Processing
by Joshua Davis and James Cruz
A Code and Theory project
http://www.codeandtheory.com
for Processing and ProcessingJS

HYPE_processing, is a collection of classes that performs heavy lifting tasks while using a minimal amount of code writing.
H_BASICS
ex00_methodChaining
ex01_drawingShapes
ex02_drawingShapes
ex03_anchorPositioning
ex04_anchorRotation
ex05_attachImages
ex06_attachSVG
ex07_attachSVG
ex08_attachSVG
ex09_attachSVG
ex10_text
ex11_text
ex13_HImage_tinting
HDrawablePool
example_001
example_002
example_003
example_004
example_005
HColorPool
example_001
example_002
example_003
example_004
HColorField
example_001
example_002
example_003
HPixelColorist
example_001
HPath
ex01_HPath
ex02_HPath_star
ex03_HPath_stargrid
ex04_HPath_poly
ex01_HPath
HYPE, HPath, HPath(POLYGON), .mode(POINTS), .vertex()
ex02_HPath_star
HYPE, HPath, .star()
ex03_HPath_stargrid
HYPE, HPath, .star()
ex04_HPath_poly
HYPE, HPath, .polygon()
HPixelColorist / 001
HYPE, HPixelColorist, HGridLayout
HColorField / 003
HYPE, HColorField, HFollow, HOscillator
HColorField / 002
HYPE, HColorField, HFollow, HRect rect.fill(color, alpha)
HColorField / 001
HYPE, HColorField, HGridLayout
HColorPool / 004
HYPE, HColorPool, random fill and stroke colors with alpha
HColorPool / 003
HYPE, HColorPool, colors.getColor( randomSeed )
HColorPool / 002
HYPE, HColorPool, weighted color distribution add(color, frequency)
HColorPool / 001
HYPE, HColorPool, non weighted color distribution
HDrawablePool / 005
HYPE, HRect, HEllipse, HDrawablePool, anchor(), extras(HBundle), HIterator
HDrawablePool / 004
HYPE, HRect, HDrawablePool, autoClear(false), anchor(), extras(HBundle), HIterator
HDrawablePool / 003
HYPE, HRect, HDrawablePool, anchor(), extras(HBundle), HIterator
HDrawablePool / 002
HYPE, HRect, HDrawablePool
HDrawablePool / 001
HYPE, HRect, HDrawablePool
ex13_HImage_tinting
HYPE, HImage, HText, backgroundImg(), createCopy(), tint()
ex11_text
HYPE, HText, HDrawablePool, HColorPool
ex10_text
HYPE, HText
ex09_attachSVG
HYPE, HShape (SVG), enableStyle(), HDrawablePool, HDrawable, HGridLayout, HColorPool
ex08_attachSVG
HYPE, HShape (SVG), enableStyle(), HDrawablePool, HDrawable, HGridLayout
ex07_attachSVG
HYPE, HShape (SVG), enableStyle(), .fillAndStroke(), .fillOnly(), .strokeOnly()
ex06_attachSVG
HYPE, HShape (SVG), enableStyle()
ex05_attachImages
HYPE, HImage
ex04_anchorRotation
HYPE, Anchor Rotation, anchor(), anchorAt(), extras(HBundle)
ex03_anchorPositioning
HYPE, Anchor Positioning, anchor(), anchorAt()
ex02_drawingShapes
HYPE, Drawing Shapes, HRect, HEllipse
ex01_drawingShapes
HYPE, Drawing Shapes, HRect, HEllipse
ex00_methodChaining
showcasing Method Chaining with HYPE