jdf / Processing.py-Bugs

A home for all bugs and feature requests about Python Mode for the Processing Development Environment.
41 stars 8 forks source link

LowLevelGL example not working #250

Closed villares closed 5 years ago

villares commented 5 years ago

As I'm looking at each and every Processing IDE example for my dissertation, I found this one not working under Windows or Ubuntu 16 (can't test on Mac OS now because my MacBook broke down).

https://github.com/jdf/processing.py/blob/master/mode/examples/Demos/Graphics/LowLevelGL/LowLevelGL.pyde

Python Mode can't recognize PGL as in PGL.FLOAT

jdf commented 5 years ago

The PGL interface has changed, and they rewrote that demo. I'll port them to Python and fix the PGL Python Mode implementation.