ofxEos
ofxEos copied to clipboard
An openFrameworks addon that wraps the eos face model.
ofxEos
Description
An openFrameworks wrapper for eos.
Features
- 3D Models from 2D faces.
Getting Started
TL;DR
- From the
scripts/
directory ...-
./boostrap.sh
-
- From the
example/
directory ...-
make && make run
-
Documentation
API documentation can be found here.
Build Status
Compatibility
The stable
branch of this repository is meant to be compatible with the openFrameworks stable branch, which corresponds to the latest official openFrameworks release.
The master
branch of this repository is meant to be compatible with the openFrameworks master branch.
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.
Contributing
Check out the Help Wanted 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 :)
- Fork this repository.
- Create your feature branch (
git checkout -b my-new-feature
). - Commit your changes (
git commit -am 'Add some feature'
). - Push to the branch (
git push origin my-new-feature
). - Create new Pull Request.