https://github.com/monkstone/processing.py-examples
Some sketches that I've developed (or translated to processing.py), mostly my own and LSystems. see here http://secondcomingforprocessingpy.blogspot.co.uk/ and here
https://github.com/monkstone/processing.py-examples
Last synced: 8 months ago
JSON representation
Some sketches that I've developed (or translated to processing.py), mostly my own and LSystems. see here http://secondcomingforprocessingpy.blogspot.co.uk/ and here
- Host: GitHub
- URL: https://github.com/monkstone/processing.py-examples
- Owner: monkstone
- Created: 2011-08-05T14:36:24.000Z (almost 15 years ago)
- Default Branch: master
- Last Pushed: 2017-04-11T15:47:51.000Z (about 9 years ago)
- Last Synced: 2025-04-07T14:51:20.656Z (about 1 year ago)
- Language: Python
- Homepage: http://martinpblogformasswritingproject.blogspot.com/2011/02/using-dictionary-functions-in.html
- Size: 402 KB
- Stars: 6
- Watchers: 1
- Forks: 2
- Open Issues: 0
-
Metadata Files:
- Readme: README.markdown
Awesome Lists containing this project
README
# processing.py experiments #
Get [processing.py here](https://github.com/jdf/processing.py) it is now as simple as downloading and unzipping. But to make it even easier why not use jEdit as your first processing.py ide see... [blog](http://secondcomingforprocessingpy.blogspot.co.uk/2012/11/getting-started.html) for details.
## What is processing.py ##
processing.py is a port of [processing](http://processing.org) to python based on jython and hence it can access vanilla processing libraries. The [tools folder](https://github.com/monkstone/processing.py-examples/tree/master/tools) contains some useful [tools](https://github.com/monkstone/processing.py-examples/downloads) for processing.py _for using jEdit as an ide_. Until processing.py gets its own mode in the regular processing ide, even non linux users will find my jEdit tools be handy. The examples demonstrate the terse syntax of python (cf java and even regular processing in some instances).
## Alternatives ##
[pyprocessing](http://code.google.com/p/pyprocessing/) is a pure python based implementation of processing, based on the [pyglet](http://www.pyglet.org/) games engine. I find [Eric5](http://eric-ide.python-projects.org/eric-download.html) to be an excellent ide for pyprocessing. The advantage of the pure python implementation is access to python libraries such as scipy and numpy. But this is more than outweighted by relatively poor performance, the lack of easy access to processing-2.0 features, and java libraries.