Blog post location: http://www.creativeapplications.net/processing/generative-typography-processing-tutorial
Original repository location: https://github.com/AmnonOwed/CAN_GenerativeTypography
All code examples written by Amnon Owed / @AmnonOwed with Processing 2.2.1
External library dependencies indicated below after the code example's name:
G= Geomerative by Ricard Marxer / @ricardmpH= HE_Mesh 2014 by Frederik Vanhoutte / @wblutM= Mesh by Lee Byron / @leeb
Notes on installing external libraries:
- Geomerative can be installed via Processing's library manager.
- Processing's library manager can be accessed via
Sketch>Import Library>Add Libary - HE_Mesh 2014 and Mesh must be downloaded from the linked sites and installed manually.
- Instructions for installing contributed libraries manually can be found here.
Recommended order:
- Getting Started (for those unfamiliar with Processing)
- DisplayText
- AvailableFonts
- CustomFont
- UsingPGraphics
- Image-Based
- InsideOutsideText
- GradientCutout
- Waves
- AggregateDrawing
- AggregateParticles
- FlowField
- FlowFieldVariant
- ReactionDiffusion
- PDF Export
- WavesPDF
- CirclePacking
- UsingGeomerative
G - LinesCircles
G - Ocean
G - VoronoiType
GM - VoronoiVariant
GM
- 3D
- Basic3DType
GH - HemeshToPShape
GH - MeshManipulation
GH - Deconstructed
GH - SlicedUp
GH - FlowField3D
GH - SpherePacking
GH