Git Product home page Git Product logo

ofxpreset's Introduction

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!).

ofxpreset's People

Contributors

arturoc avatar prisonerjohn avatar

Stargazers

 avatar  avatar  avatar

Watchers

 avatar  avatar  avatar  avatar

Forkers

entropy

ofxpreset's Issues

Won't compile (glm & nlohmann)

This won't compile on 0.9.2 / OSX 10.11.

I'm beginning to suspect that this addon targets the git master version of oF. I don't even have a libs/json directory...

In any case, this addon sounds like exactly what I'm looking for: I use ofxImGui everywhere. I can't wait to catch up with this beautiful future!

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.