项目作者: dbeckwith

项目描述 :
Basic spline-following and quaternion rotation animation.
高级语言: Python
项目地址: git://github.com/dbeckwith/cs4732-proj1.git
创建时间: 2017-03-26T00:48:49Z
项目社区:https://github.com/dbeckwith/cs4732-proj1

开源协议:

下载


WPI CS 4732 Project 1: Follow My Spline

by Daniel Beckwith

Demo

Installation

First, make sure Python 3.5 is installed. Then, use pip to install the dependencies:

  1. pip install -r requirements.txt

This will install the PyQt5, PyOpenGL, and PyQt3D packages. If you’re on Windows and pip can’t install some of the packages, you may have to download the appropriate wheel files from here and install them using pip:

  1. pip install path/to/wheel1 path/to/wheel2 ...

You may want to do this in a Virtual Environment if you don’t have administrative privilages.

Usage

From the project root, run the python module with the help option to see its usage:

  1. python -m proj1 --help

An example of the spline specification file is given in splines.txt.