https://github.com/bakercp/ofxtoml
An openFrameworks wrapper for toml11.
https://github.com/bakercp/ofxtoml
openframeworks openframeworks-addon toml
Last synced: 4 months ago
JSON representation
An openFrameworks wrapper for toml11.
- Host: GitHub
- URL: https://github.com/bakercp/ofxtoml
- Owner: bakercp
- License: other
- Created: 2018-03-16T00:33:38.000Z (almost 8 years ago)
- Default Branch: master
- Last Pushed: 2018-03-16T01:07:23.000Z (almost 8 years ago)
- Last Synced: 2025-04-06T21:19:17.383Z (11 months ago)
- Topics: openframeworks, openframeworks-addon, toml
- Language: C++
- Size: 55.7 KB
- Stars: 1
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE.md
Awesome Lists containing this project
README
# ofxTOML
## Description
An [openFrameworks](http://openframeworks.cc) wrapper for [toml11](https://github.com/ToruNiina/toml11).
## Features
- Simply a thin wrapper.
## Getting Started
- From the `example/` directory ...
- `make && make run`
## Documentation
API documentation can be found here.
## Build Status
Linux, macOS [](https://travis-ci.org/bakercp/ofxTOML)
Visual Studio, MSYS [](https://ci.appveyor.com/project/bakercp/ofxtoml/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/ofxTOML/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.