Why is GLUT so bad?
I've seen a lot of bad comments about GLUT, although openFrameworks uses it. Cinder developers have stated that they want to stay as far away from GLUT as possible... So what's so bad about it? You should never use the actual GLUT. It hasn't been updated since 2001 or so. FreeGLUT on the other hand is just fine; it is 100% backwards compatible with the original and is still in semi-active development. You may assume that any further references in this answer to "GLUT" to mean "FreeGLUT". Why the Cinder developers don't use it is obvious: because they're rewriting what it does. They're writing