SkillAgentSearch skills...

OfxTangibleUI

abstract core for tangible/movable user interfaces - easy to extend and implement in your own projects

Install / Use

/learn @fx-lange/OfxTangibleUI
About this skill

Quality Score

0/100

Supported Platforms

Universal

README

ofxTangibleUI

Abstract core for tangible/movable/dynamic user interfaces - easy to extend and implement in your own projects.

Under construction - feedback is welcome! Send me a message if you have any ideas, questions, suggestions or if you need help.

Motivation

There are many well done GUI addons for openFrameworks out but most of them are panel based and only designed set up the applications. In many projects we need UI elements which we can drag around, drop here and there and create or delete on the fly - UI elements which can be part of the application. So the requirements for the UI change from project to project and instead of starting the next attempt to build THE GUI, ofxTangibleUI is meant to be an abstract core for dynamic GUIs.

Features

  • dynamic UI objects

  • dependent movement between objects

    each object can listen to other objects movement and move in the same, oppesite, or otherwise modified direction or angle

  • easy to extend and implement

  • style and modify (by overriding functions)

Dependencies

  • openFrameworks 0.8
  • for the TUIO example -> ofxTuioWrapper

Todo

  • save and load from/to XML
  • more basic UI elements
  • examples and tutorials

Related Skills

View on GitHub
GitHub Stars11
CategoryDevelopment
Updated1y ago
Forks0

Languages

C++

Security Score

60/100

Audited on Dec 27, 2024

No findings