Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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
- Host: GitHub
- URL: https://github.com/dimitre/ofxmicroui
- Owner: dimitre
- Created: 2019-05-22T03:41:32.000Z (over 5 years ago)
- Default Branch: master
- Last Pushed: 2024-09-16T02:56:01.000Z (3 months ago)
- Last Synced: 2024-10-11T00:24:41.908Z (3 months ago)
- Topics: float-slider, gui, openframeworks, openframeworks-addon, radio, ui, userinterface
- Language: C++
- Homepage:
- Size: 26.5 MB
- Stars: 48
- Watchers: 3
- Forks: 8
- Open Issues: 0
-
Metadata Files:
- Readme: readme.md
- Roadmap: roadmap.md
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)