A. Granham's OpenGL demo is throwing a compile time error.. asking for OpenGL ES 2.0 Library. What I have in the library is OPenGL2 (version 1.4) which is the latest version I found, and it is checked.. threading library also checked.
Any help?
The demo is attached for your convenience but I didn't change anything on it.
The error msg says OpenGL ES 2.0 Library missing.. but the only library I see is
OPenGL2 (version 1.4)
Is OpenGL ES 2.0 is different from OPenGL2 (version 1.4)? if yes then where can I find the new one
The LibGDX library provides a much simpler access to all functions and constants of OpenGL. It doesn't seem that the OpenGL2 lib offers anything more or better, so I would not recommend it.