Skip to content

Bazard/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 :

###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.

Compilation

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

3rdParties

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

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

Languages

  • Python 88.1%
  • C++ 11.7%
  • JavaScript 0.2%