https://github.com/trizen/processing-scripts
Simple graphical scripts in Processing.
https://github.com/trizen/processing-scripts
graphical-scripts processing
Last synced: 4 days ago
JSON representation
Simple graphical scripts in Processing.
- Host: GitHub
- URL: https://github.com/trizen/processing-scripts
- Owner: trizen
- License: gpl-3.0
- Created: 2016-05-03T21:10:06.000Z (about 10 years ago)
- Default Branch: master
- Last Pushed: 2017-10-05T23:02:54.000Z (over 8 years ago)
- Last Synced: 2025-11-30T21:38:48.680Z (6 months ago)
- Topics: graphical-scripts, processing
- Language: Processing
- Size: 26.4 KB
- Stars: 2
- Watchers: 1
- Forks: 1
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# processing-scripts
Simple graphical scripts in Processing.
# Summary
* Fractals
* Barnsley fern
* [Barnsley fern](./Fractals/Barnsley_fern/Barnsley_fern.pde)
* Julia set
* [Julia set](./Fractals/Julia_set/Julia_set.pde)
* Julia set animation
* [Julia set animation](./Fractals/Julia_set_animation/Julia_set_animation.pde)
* Pythagoras tree
* [Pythagoras tree](./Fractals/Pythagoras_tree/Pythagoras_tree.pde)
* Sierpinski triangle from circles
* [Sierpinski triangle from circles](./Fractals/Sierpinski_triangle_from_circles/Sierpinski_triangle_from_circles.pde)
* Simulations
* Brownian tree
* [Brownian tree](./Simulations/Brownian_tree/Brownian_tree.pde)
* Reaction diffusion
* [Reaction diffusion](./Simulations/Reaction_diffusion/Reaction_diffusion.pde)
* Reaction diffusion v2
* [Reaction diffusion v2](./Simulations/Reaction_diffusion_v2/Reaction_diffusion_v2.pde)