jvcleave / ofxImGui

Use ImGui in openFrameworks
296 stars 124 forks source link

Images #5

Closed hluisi closed 8 years ago

hluisi commented 8 years ago

I'm trying to get images to work but no matter what I do, I only see the font texture. My guess is that it has something to do with the fontTexture.bind() in ofxImGui::renderDrawLists(). Any suggestions?

Thnaks :)

jvcleave commented 8 years ago

Try the latest master - there also an example in the example-demo

hluisi commented 8 years ago

Working now, thanks!

Also it's about 100x faster now. :)