1. Installation

FLUXClient is the only library you needed to do cool projects and develop new features with your FLUX Delta. It provides APIs to control your machine in every possible way.

Here’s how you install it:

1.1. OS X or Linux

  • Install Python 3.4+ and pip
  • Pillow: pip install Pillow
  • Numpy: pip install numpy
  • Scipy: pip install scipy
  • Setuputils: pip install setuputils
  • pcl(optional): brew install pcl --without-apps --without-qt
  • Compile and install FLUXClient
$ git clone https://github.com/flux3dp/fluxclient
$ cd fluxclient
$ python3 setup.py install

1.2. Windows

  • Install Visual Studio 2015 Community ( Select only VC++ and Python Tools )
  • Install Anaconda ( Special edition of Python 3.5 ) from here
  • Install Prebuilt PCL 1.7.2 for MSVC 2015 from here
  • Install Github Desktop ( or git for windows )
  • Pillow: pip install pillow
  • Numpy: pip install numpy
  • Pycrypto: pip install pycrypto
  • Cython: pip install Cython
  • Compile and install FLUXClient
$ git clone https://github.com/flux3dp/fluxclient
$ cd fluxclient
$ python3 setup.py install