mhogg / cgtools

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

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

To setup and run under Anaconda in a separate environment:

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

About

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

License:MIT License


Languages

Language:Python 87.2%Language:C++ 12.8%