digitalhack / ofxPUI

ofxPUI is an Open Frameworks addon for building user interfaces with the PUI c++ classes.
2 stars 0 forks source link

glew #1

Open tucano opened 13 years ago

tucano commented 13 years ago

In ofxPUI.h , with the new version of OF you should change:

include "glee.h"

to

include "glew.h"

Ciao

digitalhack commented 13 years ago

tucano,

I have no problem doing that but what makes glew.h more suitable?

digitalhack