Posts: 1,506
Joined: Nov 2013
2015-03-31, 13:52
(This post was last modified: 2015-03-31, 13:55 by ironic_monkey.)
Nope none of the gl vizes work. Those ported to gles do work of course.
Posts: 17
Joined: Feb 2015
Reputation:
0
<IRONY>Well thanks for YOUR COOPERATION</IRONY>
It does not matter to me if it's OpenGL, GL ES or what ever. I just want to compile it! So could you please just tell me what YOU used on your linux system to get it running? THANKS!
Posts: 1,506
Joined: Nov 2013
Posts: 1,506
Joined: Nov 2013
I jused the gl headers which ARE available for regular pcs. ARM/embedded uses opengl es. Even if you manage to compile you cannot run it CAUSE THERE IS NO GL DRIVER FOR RPI. You have to port it to gles.
libgl1-mesa-dev.
Posts: 17
Joined: Feb 2015
Reputation:
0
Did you EVER tried it with GL ES? The whole thing looks pretty simple to me. Why are you THAT sure that it will NOT work with GL ES?
Posts: 1,506
Joined: Nov 2013
Because it is a completely different api with no fixed pipe support?