Project under early development.
ButtleOFX is an open source compositing software.
It is built on top of the TuttleOFX framework which relies on the OpenFX plugin standard.
Website: http://buttleofx.wordpress.com
ButtleOFX is developped within student projects at IMAC Engineering school.
###Team 3.0
Version 3.0 (2014-2015) is currently in progress.
Tutor :
Students :
###Team 2.0 (2013-2014)
Release an alpha version of the software with a new Browser module and a new Quick Parameter Editor.
Tutor :
Students :
###Team 1.0 (2012-2013)
Creation of a basic compositing software with a Graph Editor, a Parameter Editor and a Viewer.
Tutor :
Students :
- python 3
- PyQt 5.2 (QtQuick 2)
- TuttleOFX
git clone git://github.com/buttleofx/ButtleOFX.git
cd ButtleOFX
git submodule update -i --recursive
export TUTTLEOFX_ROOT=/path/to/TuttleOFX/install
export PYTHONPATH=$TUTTLEOFX_ROOT/python
export OFX_PLUGIN_PATH=$TUTTLEOFX_ROOT/plugin
python3 buttleApp.py
If you encounter errors to see plugins, you may need to clear the plugins cache:
rm -rf ~/.tuttleofx
Follows the TuttleOFX license.
ButtleOFX
- website: http://buttleofx.wordpress.com
- github: https://github.com/buttleofx/ButtleOFX
TuttleOFX
- website: http://tuttleofx.org
- github: https://github.com/tuttleofx/TuttleOFX
OpenFX
- website: http://openeffects.org
- github: http://github.com/ofxa/openfx