We closed this forum 18 June 2010. It has served us well since 2005 as the ALPHA forum did before it from 2002 to 2005. New discussions are ongoing at the new URL http://forum.processing.org. You'll need to sign up and get a new user account. We're sorry about that inconvenience, but we think it's better in the long run. The content on this forum will remain online.
IndexDiscussionExhibition › pyprocessing
Page Index Toggle Pages: 1
pyprocessing (Read 1386 times)
pyprocessing
Oct 9th, 2009, 7:20am
 
I'd like to announce the first alpha release of the pyprocessing http://code.google.com/p/pyprocessing project.  This is a Python package that creates an environment for graphics applications that closely resembles that of the Processing system.

The project mission is to implement Processing's friendly graphics functions and interaction model in Python. Not all of Processing is to be ported, though, since Python itself already provides alternatives for many features of Processing, such as XML parsing.

The pyprocessing backend is built upon OpenGL and Pyglet, which provide the actual graphics rendering. Since these are multiplatform, so is pyprocessing.

We hope that, much in the same spirit of the Processing project, pyprocessing will appeal to people who want to easily program and interact with computer generated imagery. It is also meant to help teaching computer programming by making it possible to write compact code with rich visual semantics.

I would appreciate any comment on this effort.

Cheers,
Re: pyprocessing
Reply #1 - Oct 10th, 2009, 10:23pm
 
Wow. Cool stuff. What advantages does it have over regular Processing?
Re: pyprocessing
Reply #2 - Oct 14th, 2009, 1:21am
 
This is awesome!! I've been wanting Processing in python for a long time...!

I had some troubles getting it to work on python2.6 on Snow Leopard though. I think this might be a problem with pyglet though...
Page Index Toggle Pages: 1