https://github.com/monkstone/pyprocessing-experiments
Exploring pyprocessing
https://github.com/monkstone/pyprocessing-experiments
pyglet pyprocessing python
Last synced: about 1 year ago
JSON representation
Exploring pyprocessing
- Host: GitHub
- URL: https://github.com/monkstone/pyprocessing-experiments
- Owner: monkstone
- Created: 2011-06-04T18:59:37.000Z (about 15 years ago)
- Default Branch: master
- Last Pushed: 2012-11-26T16:10:20.000Z (over 13 years ago)
- Last Synced: 2025-03-18T16:40:36.883Z (over 1 year ago)
- Topics: pyglet, pyprocessing, python
- Language: Python
- Homepage:
- Size: 873 KB
- Stars: 15
- Watchers: 3
- Forks: 1
- Open Issues: 0
-
Metadata Files:
- Readme: README.markdown
Awesome Lists containing this project
README
# pyprocessing experiments #
Get [pyprocessing here](http://code.google.com/p/pyprocessing/).
## What is pyprocessing? ##
Pyprocessing is a pure python based implementation of [processing](http://processing.org), based on the pyglet games engine, and hence supports OPENGL. I find [Eric5](http://eric-ide.python-projects.org/eric-download.html) to be an excellent ide for pyprocessing, and you can run sketches directly from the ide (Note Eric5 requires python3.1+, but currently pyprocessing/pyglet only supports python2.X, however Eric5 can handle running sketches with either python version 2 or 3)
## Alternatives ##
[processing.py](https://github.com/jdf/processing.py) is an alternative implementation of processing based on jython, and hence is compatible with vanilla processing libraries, but is less embedded in the python ecology (eg numpy scipy). processing.py outperforms pyprocessing, and if you are prepared to use a beta version supports processing-2.0 features.