Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/dimitre/ofxmicroui

UI for OpenFrameworks
https://github.com/dimitre/ofxmicroui

float-slider gui openframeworks openframeworks-addon radio ui userinterface

Last synced: 2 months ago
JSON representation

UI for OpenFrameworks

Awesome Lists containing this project

README

        

# MICROUI

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

![IMAGE ALT TEXT HERE](microui.png)

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](http://dmtr.org)