ofxPiMapper
ofxPiMapper copied to clipboard
Using Dear ImGui as gui
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
Hi. Thanks! I've been thinking about redesigning the source selection GUI for some time. Will take a look.