Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/AmnonOwed/CAN_GenerativeTypography
26 code examples for my Generative Typography with Processing tutorial on CreativeApplications.net
https://github.com/AmnonOwed/CAN_GenerativeTypography
Last synced: 7 days ago
JSON representation
26 code examples for my Generative Typography with Processing tutorial on CreativeApplications.net
- Host: GitHub
- URL: https://github.com/AmnonOwed/CAN_GenerativeTypography
- Owner: AmnonOwed
- License: mit
- Created: 2014-05-11T10:44:15.000Z (over 10 years ago)
- Default Branch: master
- Last Pushed: 2016-07-29T21:44:18.000Z (over 8 years ago)
- Last Synced: 2024-08-02T17:38:10.968Z (3 months ago)
- Language: Processing
- Homepage: http://www.creativeapplications.net/processing/generative-typography-processing-tutorial
- Size: 217 KB
- Stars: 268
- Watchers: 23
- Forks: 53
- Open Issues: 4
-
Metadata Files:
- Readme: README.md
- License: LICENSE.txt
Awesome Lists containing this project
README
Generative Typography
=====================Blog post location: [http://www.creativeapplications.net/processing/generative-typography-processing-tutorial](http://www.creativeapplications.net/processing/generative-typography-processing-tutorial)
Original repository location: [https://github.com/AmnonOwed/CAN_GenerativeTypography](https://github.com/AmnonOwed/CAN_GenerativeTypography)
All code examples written by [Amnon Owed](http://vimeo.com/amnon) / [@AmnonOwed](https://twitter.com/AmnonOwed) with [Processing 2.2.1](http://processing.org/download/)
External library dependencies indicated below after the code example's name:
- `G` = [Geomerative](http://www.ricardmarxer.com/geomerative/) by Ricard Marxer / [@ricardmp](https://twitter.com/ricardmp)
- `H` = [HE_Mesh 2014](http://hemesh.wblut.com/) by Frederik Vanhoutte / [@wblut](https://twitter.com/wblut)
- `M` = [Mesh](http://www.leebyron.com/else/mesh/) by Lee Byron / [@leeb](https://twitter.com/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](http://wiki.processing.org/w/How_to_Install_a_Contributed_Library).Recommended order:
1. Getting Started (for those unfamiliar with Processing)
* DisplayText
* AvailableFonts
* CustomFont
* UsingPGraphics2. Image-Based
* InsideOutsideText
* GradientCutout
* Waves
* AggregateDrawing
* AggregateParticles
* FlowField
* FlowFieldVariant
* ReactionDiffusion3. PDF Export
* WavesPDF
* CirclePacking
* UsingGeomerative `G`
* LinesCircles `G`
* Ocean `G`
* VoronoiType `G` `M`
* VoronoiVariant `G` `M`4. 3D
* Basic3DType `G` `H`
* HemeshToPShape `G` `H`
* MeshManipulation `G` `H`
* Deconstructed `G` `H`
* SlicedUp `G` `H`
* FlowField3D `G` `H`
* SpherePacking `G` `H`