Project under early development.
ButtleOFX project is a set of GUI tools built around the TuttleOFX framework.
ButtleOFX is developped within student projects at IMAC Engineering school.
###Team 2.0
Version 2.0 (2013-2014) is currently on progress.
Tutor :
Students :
###Team 1.0
Version 1.0 (2012-2013) is the first iteration of the project.
It's a proof of concept version, closer to an Alpha than a RC.
Tutor :
Students :
See project's blog.
- python 3
- PyQt 5.2
- QtQuick 2
- Getting the source
git clone git://github.com/buttleofx/ButtleOFX.git
cd ButtleOFX
git submodule update -i --recursive
git clone git://gitorious.org/~freesmael/qt-labs/freesmaels-qmlcanvas.git qmlcanvas
cd qmlcanvas
qmake-qt4
make
git clone git://gitorious.org/qt/qtquickcontrols.git -b qt4
cd qtquickcontrols
qmake-qt4
make install
export BUTTLEOFX=`pwd`
export TUTTLEOFX_BIN=$BUTTLEOFX/TuttleOFX/dist/`hostname`/gcc-`gcc -dumpversion`/production
export PYTHONPATH=$TUTTLEOFX_BIN/python
export OFX_PLUGIN_PATH=$TUTTLEOFX_BIN/plugin
python buttleApp.py
If you encounter errors to see plugins, you may need to clear the plugins cache: rm -rf ~/.tuttleofx
Follows the TuttleOFX license.
Official website: https://sites.google.com/site/tuttleofx.
ButtleOFX on github: https://github.com/tuttleofx/ButtleOFX
TuttleOFX on github: https://github.com/tuttleofx/TuttleOFX