Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/warp-lab/cinder-ofxxmlsettings
A port of openFrameworks ofxXmlSettings to Cinder.
https://github.com/warp-lab/cinder-ofxxmlsettings
Last synced: 28 days ago
JSON representation
A port of openFrameworks ofxXmlSettings to Cinder.
- Host: GitHub
- URL: https://github.com/warp-lab/cinder-ofxxmlsettings
- Owner: WARP-LAB
- Created: 2014-05-05T12:30:19.000Z (over 10 years ago)
- Default Branch: master
- Last Pushed: 2014-05-05T12:59:37.000Z (over 10 years ago)
- Last Synced: 2024-03-26T06:36:15.432Z (9 months ago)
- Language: C++
- Size: 652 KB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
Cinder-ofxXmlSettings
=====================A port of openFrameworks ofxXmlSettings to Cinder. All credits to oF.
Quick and dirty.Note that there is XML in libcinder http://libcinder.org/docs/v0.8.3/guide___xml_tree.html . This port is only intended for reusing some oF code.
```
void serialize(const ofAbstractParameter & parameter);
void deserialize(ofAbstractParameter & parameter);
```
methods are disabled.Original oF example https://github.com/openframeworks/openFrameworks/tree/master/examples/addons/xmlSettingsExample/src ported and included. See warning in the example for saving the XML file - current implementation demands that file exists.