Monday 21 April 2014

Running hilbert fractal sketch in the processing ide

Here is an example of a python sketch running from the processing ide. The main applet file has the .pyde extension whereas other file can have the regular .py extension. the grammar file gets compiled and stored locally grammar$py.class


Performance is acceptable (significantly less good than ruby-processing), much better than pyprocessing. For more info on scope of processing.py see FAQ here. In summary no SciPy no Numpy but yes to java libraries.

No comments:

Post a Comment