Some hacked utilities for interfacing to the Frame3DD library, maintained by Henri P. Gavin, Department of Civil and Environmental Engineering, Duke University. frame3dd.sourceforge.net
Installation
- Install Frame3dd.
- Install python dependencies
sudo pip install networkx scipy
- Build and install pyframe3dd. By default this will go to /usr/local
python setup.py build
python setup.py install
- (optional) If you want to see Frame3dd's native output plots and animations, install gnuplot. On mac:
brew install gnuplot --with-x11
or on Linux
sudo apt-get install gnuplot
Examples
The directory ex/ contains example python scripts using the library.