Skip to content

Basic spline-following and quaternion rotation animation.

Notifications You must be signed in to change notification settings

dbeckwith/cs4732-proj1

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

15 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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:

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:

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:

python -m proj1 --help

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

About

Basic spline-following and quaternion rotation animation.

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published