Skip to content

Simple to use, fully customizable, high-resolution graphical user interface for openFrameworks

License

Notifications You must be signed in to change notification settings

mauro-ferrario/ofxDatGui

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

ofxDatGui

Now it's possibile to load and save data from json using ofxJsonSettings custom fork.

// Load settings

gui->loadSettings("data.json");

or, when you have multiple gui you can load the "data.json" the first time and after use the loaded data for all the other gui:

gui1->loadSettings("data.json"); // First load the "global" data for all the gui and use for the gui1

gui2->loadSettings(); // than use the data just loaded also for gui2

// Save settings

gui->saveSettings("data.json");

or

gui->saveSettings(); // Save sata using the name of the last loaded json

About

Simple to use, fully customizable, high-resolution graphical user interface for openFrameworks

Resources

License

Stars

Watchers

Forks

Packages

No packages published

Languages

  • C++ 69.5%
  • Makefile 30.5%