OpenGL code patch

It would be nice to have a patch where you can script OpenGL directly, as a programming patch (ex: Core Image Filter, Javascript, GLSL)

cwright's picture
scriptability

OpenGL isn't a language, it's a spec, so there's no "script" for it. What you're probably wanting is a scripting language with OpenGL bindings (python, lua, ruby, etc). We've experimented with this a little bit, but found that QC's requirements (for detecting port numbers and types, as well as internal issues) make this extraordinarily difficult.

toneburst's picture
If you want to access OpenGL

If you want to access OpenGL commands directly, you'll have to learn a bit of Objective-C and start writing custom QC plugins, like these guys do. It's my ultimate plan to do that too.

a|x http://machinesdontcare.wordpress.com