ofxMicroUI

UI for OpenFrameworks

Stars
48

MICROUI

UI for OpenFrameworks. Made to be a compact user interface for software.

Midi controller is now in a separate repository https://github.com/dimitre/ofxMicroUIMidiController

Text Files for interface.

UI Elements (sliders, toggles, etc) are loaded from a text file. So it is easy to copy paste, cut, paste somewhere else, change column, copy interfaces between softwares and change layout things without recompile anything. Fast prototyping. If you have a finished software and don't want external files you can stringify everything to be hard coded. Now working on ofxMicroUIRemote which mirrors and syncronize the interface in another device using osc. This is the interface I've been using for all my openFrameworks projects.

Dimitre Dmtr.org