https://github.com/bakercp/ofxcereal
A wrapper for the Cereal Serialization Library.
https://github.com/bakercp/ofxcereal
Last synced: about 1 year ago
JSON representation
A wrapper for the Cereal Serialization Library.
- Host: GitHub
- URL: https://github.com/bakercp/ofxcereal
- Owner: bakercp
- License: mit
- Created: 2018-03-16T19:29:56.000Z (about 8 years ago)
- Default Branch: master
- Last Pushed: 2019-07-19T14:34:13.000Z (almost 7 years ago)
- Last Synced: 2025-02-13T03:47:32.169Z (over 1 year ago)
- Language: C++
- Size: 274 KB
- Stars: 0
- Watchers: 2
- Forks: 1
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE.md
Awesome Lists containing this project
README
# ofxCereal
## Description
An [openFrameworks](http://openframeworks.cc) wrapper for [Cereal](https://github.com/USCiLab/cereal).
## Features
- Simply a thin wrapper of the [Cereal](https://github.com/USCiLab/cereal) serialization library.
## Getting Started
### TL;DR
- From the `example/` directory ...
- `make && make run`
- Note: This library includes the cereal library (a header only library).
###
## Documentation
API documentation can be found here.
## Build Status
Linux, macOS [](https://travis-ci.org/bakercp/ofxCereal)
Visual Studio, MSYS [](https://ci.appveyor.com/project/bakercp/ofxcereal/branch/master)
## Compatibility
The `stable` branch of this repository is meant to be compatible with the openFrameworks [stable branch](https://github.com/openframeworks/openFrameworks/tree/stable), which corresponds to the latest official openFrameworks release.
The `master` branch of this repository is meant to be compatible with the openFrameworks [master branch](https://github.com/openframeworks/openFrameworks/tree/master).
Some past openFrameworks releases are supported via tagged versions, but only `stable` and `master` branches are actively supported.
## Versioning
This project uses Semantic Versioning, although strict adherence will only come into effect at version 1.0.0.
## Licensing
See [LICENSE.md](LICENSE.md).
## Contributing
Check out the [Help Wanted](https://github.com/bakercp/ofxCereal/issues?q=is%3Aissue+is%3Aopen+label%3A%22help+wanted%22) tag in the issues section for specific ideas or propose your own new ideas.
Pull Requests are always welcome, so if you make any improvements please feel free to float them back upstream :)
1. Fork this repository.
2. Create your feature branch (`git checkout -b my-new-feature`).
3. Commit your changes (`git commit -am 'Add some feature'`).
4. Push to the branch (`git push origin my-new-feature`).
5. Create new Pull Request.