https://github.com/bakercp/ofxaddon
An openFrameworks addon template.
https://github.com/bakercp/ofxaddon
Last synced: 11 months ago
JSON representation
An openFrameworks addon template.
- Host: GitHub
- URL: https://github.com/bakercp/ofxaddon
- Owner: bakercp
- License: mit
- Created: 2019-06-04T04:34:18.000Z (almost 7 years ago)
- Default Branch: master
- Last Pushed: 2019-07-16T19:43:31.000Z (almost 7 years ago)
- Last Synced: 2025-02-13T03:43:53.991Z (over 1 year ago)
- Language: C++
- Homepage: https://bakercp.github.io/ofxAddon/
- Size: 250 KB
- Stars: 0
- Watchers: 1
- Forks: 1
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- Changelog: CHANGELOG.md
- Contributing: docs/CONTRIBUTING.md
- Funding: .github/FUNDING.yml
- License: LICENSE.md
- Code of conduct: docs/CODE_OF_CONDUCT.md
- Support: docs/SUPPORT.md
Awesome Lists containing this project
README
# ofxAddon
## Description
An addon template for [openFrameworks](https://openframeworks.cc).
## Features
- An important feature.
## Getting Started
### Bootstrap
Every effort is made to keep the repository small. Thus sometimes third-party libraries need to be compiled and example data needs to be downloaded. The bootstrap script takes care of this.
- From the `scripts/` directory ...
- `./bootstrap.sh`
### Generate Project Files
1. Generate the example project files using the openFrameworks [Project Generator](http://openframeworks.cc/learning/01_basics/how_to_add_addon_to_project/).
1. Open the Project Files in your Integrated Development Environment (IDE), or run `make && make run` from the example directory.
For more, see the [Getting Started](docs/GETTING_STARTED.md) guide.
## Support
See the [Support](docs/SUPPORT.md) guide.
## Documentation
API documentation can be found [here](https://bakercp.github.io/ofxAddon/).
## Requirements
- A list of any requirements, additional addons, etc.
## Compatibility
### Supported Platforms
| Platform | Stable Branch | Master Branch | Develop Branch | Notes |
|------------------:|:--------:|:--------:|:---------:|:-------:|
| **osx** |[](https://travis-ci.org/bakercp/ofxAddon)|[](https://travis-ci.org/bakercp/ofxAddon)|[](https://travis-ci.org/bakercp/ofxAddon)| _None_ |
| **linux64** |[](https://travis-ci.org/bakercp/ofxAddon)|[](https://travis-ci.org/bakercp/ofxAddon)|[](https://travis-ci.org/bakercp/ofxAddon)| _None_ |
| **linuxarmv6l** | ❓ | ❓ | ❓ | _None_ |
| **linuxarmv7l** | ❓ | ❓ | ❓ | _None_ |
| **msys2** | ❓ | ❓ | ❓ | _None_ |
| **vs** | ❓ | ❓ | ❓ | _None_ |
| **ios** | ❓ | ❓ | ❓ | _None_ |
| **tvos** | ❓ | ❓ | ❓ | _None_ |
| **emscripten** | ❓ | ❓ | ❓ | _None_ |
| **android** | ❓ | ❓ | ❓ | _None_ |
| Status | Symbol |
|------------------|--------|
| **Tested** | ✅ |
| **Untested** | ⚠️ |
| **Incompatible** | ❌ |
| **Unknown** | ❓ |
### Build Status
Linux, macOS
Visual Studio, MSYS2 [](https://ci.appveyor.com/project/bakercp/ofxio/branch/master)
### Branches
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). This is often the same as the `stable` branch.
The `develop` branch of this repository is used by developers to test new features. It is usually compatible with the openFrameworks [master branch](https://github.com/openframeworks/openFrameworks/tree/master), but is compatibility is not guaranteed. The `develop` branch should not be used for production.
Some past openFrameworks releases are supported via tagged versions and [releases](/releases/), but only `stable` and `master` branches are actively supported.
## Versioning
This project uses [Semantic Versioning](http://semver.org/spec/v2.0.0.html), although strict adherence will only come into effect at version 1.0.0.
## Changelog
See the [Changelog](CHANGELOG.md).
## Code of Conduct
See the [Code of Conduct](docs/CODE_OF_CONDUCT.md).
## Contributing
See [Contributing](docs/CONTRIBUTING.md) guide.
## Licensing
See the [License](LICENSE.md).