kr15h / ofxPiMapper

Projection mapping addon for openFrameworks that works on the Raspberry Pi
http://ofxpimapper.com
Other
455 stars 91 forks source link

Using Dear ImGui as gui #92

Open cgiles opened 7 years ago

cgiles commented 7 years ago

Dear Imgui or Imgui is a famous immediate mode GUI.

The difference between a classic gui manager and ImGui is you init and draw at the same time,and instead to declare, init, and set and finally draw your UI elements.

It could be great for make their own interface to the custom sources :)

So it been ported for oF : https://github.com/jvcleave/ofxImGui

The original project : https://github.com/ocornut/imgui

kr15h commented 7 years ago

Hi. Thanks! I've been thinking about redesigning the source selection GUI for some time. Will take a look.