TuttleOFX
Project under early development.
TuttleOFX project is an image processing framework based on OpenFX plugin format.
More informations on the official website :http://www.tuttleofx.org.
The project is composed of 4 main parts:
- Tuttle Host Library, an OpenFX host that allows you to manipulate a graph of OpenFX nodes.
- Tuttle Plugin Library, a library to facilitate the creation of OpenFX plugins.
- Tuttle plugins, a set of OpenFX plugins for image processing and image/video IO.
- Sam, a set of command line tools.
License
See COPYING.md
Compilation
Getting the source
git clone --recursive git://github.com/tuttleofx/TuttleOFX.git
See INSTALL.md
Plugin creation
There is a script to help you making new plugins.
python $TUTTLE_ROOT/plugins/_scripts/newPlugin.py
This script asks you information about your plugin and create a new plugin source tree in your current directory.
Tested compilers
- Linux
- GCC 4.1 on OpenSUSE 11.2 64bits
- GCC 4.4 on OpenSUSE 11.2 64bits
- GCC 4.6 on Ubuntu 12.04 64bits
- GCC 4.8 on Ubuntu 14.04 64bits
- Clang 3.4 on Ubuntu 12.04 64bits
- MacOS
- Clang 4.2 64bits
- Windows
- Visual C++ 2010 on Windows XP 32bits
- GCC-MINGW 3.4.5, 4.3.0 on Windows XP 32bits
More information
Check TuttleOFX website for more information.
TuttleOFX public repository.
OpenFX plugin standard.
Contact
Developers mailing-list (public)
tuttleofx-dev@googlegroups.com
http://groups.google.com/group/tuttleofx-dev
Users mailing-list (public)
tuttleofx-user@googlegroups.com
http://groups.google.com/group/tuttleofx-user
Contact the team in private
The github issues module for bug report