/cgtools

Various functions I found useful for prototyping computer graphics code in Python

Primary LanguagePythonMIT LicenseMIT

To setup and run under Anaconda in a separate environment:

$ conda env create -f environment.yml
$ pytest
$ python setup.py install