Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/neophob/processing-playground
Misc Processing Projects
https://github.com/neophob/processing-playground
Last synced: about 1 month ago
JSON representation
Misc Processing Projects
- Host: GitHub
- URL: https://github.com/neophob/processing-playground
- Owner: neophob
- Created: 2013-05-19T21:25:21.000Z (over 11 years ago)
- Default Branch: master
- Last Pushed: 2013-08-25T11:55:53.000Z (over 11 years ago)
- Last Synced: 2024-10-16T08:22:11.962Z (3 months ago)
- Language: Processing
- Size: 13.6 MB
- Stars: 11
- Watchers: 3
- Forks: 1
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
#Processing Playground
Some experiments:
* dfsmaze: maze generator and solver, using backtrack and dfs
* glitch: create JPEG glitches
* PixelInvadersLogo: create an animated 3d logo, works only for processing < 2, as it uses the peasy library.
* Vectorizer: recreate an image using triangles
* LoadVectorizerData: Load an image out of vectors, created by Vectorizer