Skip to content

Jordibastide/ButtleOFX

 
 

Repository files navigation

ButtleOFXButtleOFX

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

Development teams

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 :

Pre-requisites

  • python 3
  • PyQt 5.2 (QtQuick 2)
  • TuttleOFX

Getting the source

git clone git://github.com/buttleofx/ButtleOFX.git
cd ButtleOFX
git submodule update -i --recursive

Run

export TUTTLEOFX_ROOT=/path/to/TuttleOFX/install
export PYTHONPATH=$TUTTLEOFX_ROOT/python
export OFX_PLUGIN_PATH=$TUTTLEOFX_ROOT/plugin
python3 buttleApp.py

Errors

If you encounter errors to see plugins, you may need to clear the plugins cache:
rm -rf ~/.tuttleofx

License

Follows the TuttleOFX license.

see TuttleOFX/COPYING.md

More information

ButtleOFX

TuttleOFX

OpenFX

About

ButtleOFX is an open source compositing software.

Resources

Stars

Watchers

Forks

Packages

No packages published

Languages

  • Python 91.5%
  • C++ 7.0%
  • JavaScript 1.5%