openframeworks / openFrameworks

openFrameworks is a community-developed cross platform toolkit for creative coding in C++.
http://openframeworks.cc
Other
9.98k stars 2.55k forks source link

iOS OpenGLES 2.0 for default renderer? #3437

Open danoli3 opened 10 years ago

danoli3 commented 10 years ago

So after looking up all the stats, Apple iOS devices support OpenGLES 2.0 across the board (minus a handful of ancients).

Apple Device Compatibility Matrix

Currently openFrameworks examples and project setup will default to OpenGLES 1.1.

Should we set the default to OpenGLES 2.0 and the Programmable Renderer for 0.9.

aefreedman commented 10 years ago

I know that using ES2 makes Sunburn break in about every way imaginable. Runs, though.

danoli3 commented 10 years ago

Interesting... what kinds of issues? Framerate or bugs?