• Stars
    star
    268
  • Rank 153,144 (Top 4 %)
  • Language Processing
  • License
    MIT License
  • Created over 10 years ago
  • Updated over 8 years ago

Reviews

There are no reviews yet. Be the first to send feedback to the community and the maintainers!

Repository Details

26 code examples for my Generative Typography with Processing tutorial on CreativeApplications.net

Generative Typography

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:

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:

  1. Getting Started (for those unfamiliar with Processing)
  • DisplayText
  • AvailableFonts
  • CustomFont
  • UsingPGraphics
  1. Image-Based
  • InsideOutsideText
  • GradientCutout
  • Waves
  • AggregateDrawing
  • AggregateParticles
  • FlowField
  • FlowFieldVariant
  • ReactionDiffusion
  1. PDF Export
  • WavesPDF
  • CirclePacking
  • UsingGeomerative G
  • LinesCircles G
  • Ocean G
  • VoronoiType G M
  • VoronoiVariant G M
  1. 3D
  • Basic3DType G H
  • HemeshToPShape G H
  • MeshManipulation G H
  • Deconstructed G H
  • SlicedUp G H
  • FlowField3D G H
  • SpherePacking G H