sehoonha / pydart_private

Python interface for dart

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

pydart

Python interface for dart

Requirement

  • Dart 4.1
  • SWIG (Simplified Wrapper and Interface Generator)
  • NumPy & SciPy
  • PyOpenGL
  • PyQt4 (Optional for falling)
  • Plot.ly (Optional for falling)
  • CMA (Optional for falling)
  • sudo pip install cma

Building instruction

mkdir build
cd build
cmake ..
make

Usage

In build directory,

python ../app/hello_pydart/main.py
python ../app/falling/main.py

About

Python interface for dart


Languages

Language:Python 95.9%Language:C++ 3.5%Language:C 0.6%