jashkenas / ruby-processing

Code as Art, Art as Code. Processing and Ruby are meant for each other.

Home Page:http://github.com/jashkenas/ruby-processing/wikis

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Exporting opengl App fails on linux

monkstone opened this issue · comments

When I tried to run the app script it complained failed to load library opengl.
To fix this:-
I created a folder opengl in the library folder, and moved the opengl, jogl & gluegen jars into that folder.
I also copied the native binaries folder (linux64 in my case) to that folder.
Thereafter app script worked fine, both steps were required.

I think this has been identified as an issue in vanilla processing, which is being fixed for processing-2.0.