https://github.com/bakercp/ofxcloudplatform
A set of tools for building access to Google Cloud Platform services, including Cloud Vision.
https://github.com/bakercp/ofxcloudplatform
Last synced: about 1 year ago
JSON representation
A set of tools for building access to Google Cloud Platform services, including Cloud Vision.
- Host: GitHub
- URL: https://github.com/bakercp/ofxcloudplatform
- Owner: bakercp
- License: mit
- Created: 2016-03-09T02:43:52.000Z (about 10 years ago)
- Default Branch: master
- Last Pushed: 2018-04-19T06:32:38.000Z (about 8 years ago)
- Last Synced: 2025-02-13T03:46:20.879Z (over 1 year ago)
- Language: C++
- Homepage:
- Size: 395 KB
- Stars: 1
- Watchers: 2
- Forks: 1
- Open Issues: 1
-
Metadata Files:
- Readme: README.md
- License: LICENSE.md
Awesome Lists containing this project
README
# ofxCloudPlatform
## Description
An [openFrameworks](http://openframeworks.cc) wrapper Google Cloud Platform, including the [Vision API](https://cloud.google.com/vision/).
## Features
- Access Google Cloud Platform, including Google Cloud Vision.
## Getting Started
See the examples.
## Documentation
API documentation can be found here.
## Requirements
openFrameworks master branch (0.10.+)
Requires the _master_ branch following addons (and all of their dependencies):
- [ofxHTTP](https://github.com/bakercp/ofxHTTP)
- [ofxNetworkUtils](https://github.com/bakercp/ofxNetworkUtils)
- [ofxMediaType](https://github.com/bakercp/ofxMediaType)
- [ofxSSLManager](https://github.com/bakercp/ofxSSLManager)
- [ofxIO](https://github.com/bakercp/ofxIO)
- ofxPoco _built-in_
## Build Status
Linux, macOS [](https://travis-ci.org/bakercp/ofxCloudPlatform)
Visual Studio, MSYS [](https://ci.appveyor.com/project/bakercp/ofxcloudplatform/branch/master)
## Compatibility
he `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/ofxCloudPlatform/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.
You can also take a look at the [docs/TODO.md](docs/TODO.md) for more 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.