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
ex12_HImage_tinting
ex13_ColorPresets
ex14_HCanvas
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
HColorTransform
example_001
example_002
HPath
ex01_HPath
ex02_HPath_star
ex03_HPath_star_orient
ex03_HPath_stargrid
ex04_HPath_poly
ex06_HPath_poly_orient
ex07_HPath_triangle
HGridLayout
example_001
example_002
example_003
HShapeLayout
example_001
example_002
example_003
example_005
HShapeLayout / 005
HYPE, HShapeLayout, HDrawablePool, HColorPool, HRect
HShapeLayout / 003
HYPE, HShapeLayout, HDrawablePool, HColorPool, HRect
HShapeLayout / 002
HYPE, HShapeLayout, HDrawablePool, HColorPool, HRect
HShapeLayout / 001
HYPE, HShapeLayout, HDrawablePool, HColorPool, HRect
HGridLayout / 003
HYPE, HGridLayout, HDrawablePool, HColorPool, HRotate
HGridLayout / 002
HYPE, HGridLayout, HDrawablePool, HColorPool
HGridLayout / 001
HYPE, HGridLayout, HDrawablePool
ex01_HPath
HYPE, HPath, HPath(POLYGON), .mode(POINTS), .vertex()
ex02_HPath_star
HYPE, HPath, .star()
ex03_HPath_star_orient
HYPE, HPath, .star() / orientation
ex04_HPath_stargrid
HYPE, HPath, .star()
ex05_HPath_poly
HYPE, HPath, .polygon()
ex06_HPath_poly_orient
HYPE, HPath, .polygon() / orientation
ex07_HPath_triangle
HYPE, HPath, .triangle(), H.ISOCELES, H.RIGHT, H.EQUILATERAL
HColorTransform / 002
HYPE, HColorTransform, HPixelColorist, offsetR, offsetG, offsetB
HColorTransform / 001
HYPE, HColorTransform, HPixelColorist, percR, percG, percB
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
ex14_HCanvas
HYPE, PGraphics vs HCanvas
ex13_ColorPresets
HYPE, HConstants / Color Presets
ex12_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