Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

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

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