Re: How do I interface JOGL with PowerVR OpenGL ES 2.0 dlls and libs on windows?
Posted by
Sven Gothel on
Feb 13, 2012; 1:47pm
URL: https://forum.jogamp.org/How-do-I-interface-JOGL-with-PowerVR-OpenGL-ES-2-0-dlls-and-libs-on-windows-tp3731608p3740217.html
On 02/10/2012 10:09 AM, Sven Gothel wrote:
> On 02/10/2012 04:51 AM, sarvesh [via jogamp] wrote:
>>
>>
>> How do I interface JOGL with PowerVR OpenGL ES 2.0 dlls and libs on windows?
>> PowerVR i.e. Imagination technologies provide an OpenGL ES 2.0 Emulator
>> called libglesv2.lib and libGLESv2.dll along with libegl.lib and libegl.dll.
>> How do I connect JOGL to these?
>>
>
I finished the evaluation and fixed the use of ES2 on desktop.
See ..
-
http://jogamp.org/git/?p=jogl.git;a=commit;h=4011e70eed8c88aee0fcd051a50ab3f15bb94f68-
http://jogamp.org/git/?p=jogl.git;a=blob;f=doc/Platform.GLES.txt;hb=HEADSo on Windows, you can use Google's ANGLE (included in Chrome)
or PowerVR/PVR (I tested 2.09.29.0649, 32bit).
The docs says it all I guess (drop them in your PATH env var).
~Sven