AppDevPyS60GLES
From NRCwikis
OpenGL ES examples for Python S60
- Download the following .zip file: (coming soon)
- Unzip the file and copy the .py files to e:\\Python directory on your cell phone
- Start up Python environment on your cell phone. Go to Options->Run Script and select one of the OpenGL ES scripts
- Couple of things to keep in mind
- Python environment on S60 will only see the .py scripts in e:\\python. In particular, there is no way to navigate the directory hierarchy to locate your .py script. (Even though you can see the .py scripts in c:\\python you are not allowed to write to this directory on the 3rd edition phones.)
- You might have to tweek some of the examples to get them to run, e.g., change hardcoded c:\\Python into e:\\Python...