-----BEGIN PGP SIGNED MESSAGE----- Hash: SHA1
On 2013-09-09 12:20, Richie Cyngler wrote:
Thanks dreamer,
I'll see if I can get that to work. Git confuses the hell out of me but the install instructions look pretty clear. Have you tried this? If so does GEM just work once glshim is installed?
i guess nobody ever tried...
anyhow, the "INSTALLATION" instructions of the glshim library explains how to trick Gem into using glshim: you have to set the LD_LIBRARY_PATH variable, in order to make Gem find the new functions. you probably SHOULD NOT make this a system-wide (or even user-wide) default, but instead only do this for when trying to start Pd/Gem (or another application that needs GL1-on-GLES)
LD_LIBRARY_PATH=/path/to/glshim/src/ pd -lib Gem
(you could also create a wrapper script that does this for you).
anyhow, Gem will also need GLU.
and there is the little problem that Gem will (by default) create a window using GLX (on non-w32 and non-osx), which i think is not available on android either. luckily the git version of Gem has alternative windowing code (still highly experimental), e.g. using SDL or GLFW, which might work.
fgamsdr IOhannes