ofxPiMapper icon indicating copy to clipboard operation
ofxPiMapper copied to clipboard

Using Dear ImGui as gui

Open cgiles opened this issue 8 years ago • 1 comments

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

cgiles avatar Feb 13 '17 07:02 cgiles

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

kr15h avatar Feb 13 '17 09:02 kr15h