A set of tools to draw lines, circles, and curves by implementing various algorithms
- PyOpenGL
- virtualenv
- PyQt5
####How to execute program (for for macOS) :
- clone or download zip for this directory:
$ git clone https://github.com/RodrigoFigueroaM/CurvesAndSurfaces.git
- cd to folder
$ cd CurvesAndSurfaces
- run virtal environment to run all necessary applications.
$ source CurvesEnv/bin/activate
- cd into any of the directories and run any of the programs for example
$ python BresenhamLineApp.py
Once you're done deactivate virtaul environment
$ source CurvesEnv/bin/activate