openFrameworks-RaspberryPi / openFrameworks

This repo has migrated into the openFramworks core! Please go to http://github.com/openFrameworks/openFrameworks for the latest!
http://github.com/openFrameworks/openFrameworks
Other
104 stars 11 forks source link

gles2 working #47

Closed arturoc closed 11 years ago

arturoc commented 11 years ago

i have been working in the same branch so this contains the commit from the previous PR, sorry!

arturoc commented 11 years ago

btw, for me it only works if i link the gles2 library first, and then the gles1 context can't be created we'll need to link with one or another depending on some flag in config.make and have versions of the OF library for both with ifdefs in the core.

for iphonw and android it was working linking with both libraries but seems kind of a weird thing to do, for android i'll probably do the same since i don't trust that it's going to work for every device like it is now

arturoc commented 11 years ago

there's also some more fixes needed to make it actually work

bakercp commented 11 years ago

Super. I'm just about to test it and I'll fix the link order in our make files.

bakercp commented 11 years ago

Gles2 is also loading!

I did run into a little problem with the mouse:

[Thread 1:warning] cannot start, thread already running

Perhaps it needs to be cleaned up?