Entropy / ofxPreset

A collection of classes for working with openFrameworks app parameters.

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

ofxPreset

A collection of classes for working with openFrameworks app parameters.

  • ofxPreset::Parameter is an extension of ofParameter with access to a value reference, making it easier to use in GUI systems like ofxImGui and ofxCvGui
  • ofxPreset::Serializer contains helper methods for serializing/deserializing different objects to JSON. This currently includes ofParameter (and ofParameterGroup), and ofNode. It uses the nlohmann::json library that ships with OF.
  • ofxPreset::Gui contains helper methods for adding ofxPreset::Parameter objects to ImGui. Using this class requires that ofxImGui be added to your project.

A lot of the concepts here (and some of the code) come from ofxRulr, but have been adapted to require less external dependencies and to use ofxImGui instead of ofxCvGui (sorry Elliot!).

About

A collection of classes for working with openFrameworks app parameters.

License:MIT License


Languages

Language:C++ 99.3%Language:C 0.7%Language:Makefile 0.0%