-
To run the first challenge, please clone the repo and go to
lineDrawing
folder, then type$ gcc lineDrawing.cpp -o lineDrawing -lGL -lGLU -lglut -lm
$ ./lineDrawing
This draws lines with both algorithms, DDA and Bresenham. You will see lines in red and blue.
Blue is for DDA line and red for Bresenham line.
To use it, you just have to press your mouse twice: first for the point where you want the line to begin and second for the point where you want the line to end.
-
Notifications
You must be signed in to change notification settings - Fork 0
warango4/graphicComputing
Folders and files
Name | Name | Last commit message | Last commit date | |
---|---|---|---|---|
Repository files navigation
About
No description, website, or topics provided.
Resources
Stars
Watchers
Forks
Releases
No releases published
Packages 0
No packages published