Skip to content
This repository has been archived by the owner on Aug 8, 2023. It is now read-only.
/ ofxPreset Public archive
forked from prisonerjohn/ofxPreset

A collection of classes for working with openFrameworks app parameters.

License

Notifications You must be signed in to change notification settings

Entropy/ofxPreset

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

78 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • C++ 99.3%
  • Other 0.7%