Python 3D engine

The python 3D engine is a library that implements several functions to work with 3D scenes models representing the real world.

Screen

Installation

Ubuntu

  • sudo apt-get install python-numpy python-opencv
  • sudo apt-get install pyqt4 pyqt-tools pyqt4-dev-tools python-qt4 python-qt4-gl python-pyqt4
  • sudo apt-get install qt4-dev-tools libqt4-dev libqt4-core libqt4-gui libqt4-opengl
  • sudo apt-get install python-opengl
  • sudo pip install pyosc
  • Download the py3dengine files.
  • Unzip the file.
  • In the terminal inside the py3dengine directory, run: python setup.py install

Windows