Skip to content

RodrigoFigueroaM/CurvesAndSurfaces

Repository files navigation

CurvesAndSurfaces

A set of tools to draw lines, circles, and curves by implementing various algorithms

Libraries

  • PyOpenGL
  • virtualenv
  • PyQt5

####How to execute program (for for macOS) :

  1. clone or download zip for this directory:
$ git clone https://github.com/RodrigoFigueroaM/CurvesAndSurfaces.git
  1. cd to folder
$ cd CurvesAndSurfaces
  1. run virtal environment to run all necessary applications.
$ source CurvesEnv/bin/activate 
  1. 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