Jonathhhan / ofxDropdown

openFramewoks addon that creates dropdown menus using ofxGui

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

ofxDropdown

openFrameworks addon that creates dropdown menus for ofxGui.

Features

It easily allows you to create dropdown menus for:

  • arrays of integer numbers
  • maps of numbers to strings
  • array of strings

Automatically generate a full depth dropdown menu for any folder and filter by file extension.

  • Works using ofParameters just as the rest of ofxGui, so you can easily add listeners for the dropdown.

License

Distributed under the MIT License. Check the filelicense.md for more info.

Compatibility

Works fine with openFrameworks v0.11 or newer. Tested on Macos, Windows and Linux.

Install

Just copy or clone this repo into your addons folder.

cd your_openFrameworks_folder/addons
git clone https://github.com/roymacdonald/ofxDropdown.git

Usage

  • Use Project Generator to add it to your projects.
  • Check the examples for how to use it.
  • Make sure you run the examples through Project Generator before you try to compile.

About

openFramewoks addon that creates dropdown menus using ofxGui

License:Other


Languages

Language:C++ 82.9%Language:Makefile 17.1%