https://github.com/monkstone/pygenerate
Generate processing.pde processing.py scripts programatically/stochastically
https://github.com/monkstone/pygenerate
Last synced: 4 months ago
JSON representation
Generate processing.pde processing.py scripts programatically/stochastically
- Host: GitHub
- URL: https://github.com/monkstone/pygenerate
- Owner: monkstone
- Created: 2011-08-16T09:21:50.000Z (almost 15 years ago)
- Default Branch: master
- Last Pushed: 2011-08-17T06:20:12.000Z (almost 15 years ago)
- Last Synced: 2025-08-01T14:03:18.676Z (11 months ago)
- Homepage:
- Size: 105 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README
Awesome Lists containing this project
README
This project was inspired by the PDE generator by Adam Parrish
http://www.decontextualize.com/teaching/a2z/context-free-as-in-speech/
Here are some experiments I've done based on the PDEGenerator by Adam Parrish of decontextualize.com.
There are several experiments going on here:-
This is my first NetBeans 7.0.1 git project,
I'm using the coin features of jdk 7.0, so I've converted a chain of if else (on String) to a switch etc.
The main feature that I have changed / added is to add the possiblity of weighted rules.
By default each rule/option is given a weighting of 1.0f.
The other thing I've added is the ability to limit recursion. I also produce pyprocessing and 3D pde variants.