Hi,
I wanted to play about with OpenGL a little. I have tested the opengles test code from another site which looks to work fine on the Pi itself.
I can't access the Pi all the time (as its on the TV!), so I was trying to find a solution where I could test some Python opengles stuff for example, getting it running, then test it on the live Pi when I have access. Hope that makes sense.
I downloaded a virtualbox image, which basically works for most stuff, but doesn't for opengl, I'm guessing as it doesn't have 3d acceleration in there ?
libbcm_host.so: cannot open shared object file, is the main error.
Is there any simple solution to what I want to do ? (develop opengles elsewhere that will later work on the pi)
