Skip to content

ButtleOFX project is a set of GUI tools built around the TuttleOFX framework.

Notifications You must be signed in to change notification settings

fcastan/ButtleOFX

 
 

Repository files navigation

ButtleOFXButtleOFX

Project under early development.

ButtleOFX project is a set of GUI tools built around the TuttleOFX framework.

Development teams

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.

Pre-requisites

  • python 3
  • PyQt 5.2
  • QtQuick 2

Compilation

  • Getting the source
    git clone git:https://github.com/buttleofx/ButtleOFX.git
    cd ButtleOFX
    git submodule update -i --recursive

3rdParties

git clone git:https://gitorious.org/~freesmael/qt-labs/freesmaels-qmlcanvas.git qmlcanvas
cd qmlcanvas
qmake-qt4
make

git clone git:https://gitorious.org/qt/qtquickcontrols.git -b qt4
cd qtquickcontrols
qmake-qt4
make install

Run

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

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

Official website: https://sites.google.com/site/tuttleofx.

ButtleOFX on github: https://github.com/tuttleofx/ButtleOFX

TuttleOFX on github: https://github.com/tuttleofx/TuttleOFX

About

ButtleOFX project is a set of GUI tools built around the TuttleOFX framework.

Resources

Stars

Watchers

Forks

Packages

No packages published