Skip to content

Commit 9fb722b

Browse files
authored
Update README.md
1 parent 82cd7ff commit 9fb722b

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

Line Drawing/README.md

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,9 @@
1-
This program demonstrates visual line manipulatoins generated with the application of [DDA algorithm][1].
1+
This program demonstrates visual line manipulatoins generated with the application of [DDA algorithm][1]. (I'm planning on studying [Bresenham's line algorithm][3] as well, but I currently don't have the time.)
22

33
![](https://github.com/C-Collamar/2D-Graphics-Programming/blob/master/Line%20Drawing/Line_Drawing.gif)
44

55
Graphics API used: [SDL Version 2.0.5][2].
66

77
[1]: https://en.wikipedia.org/wiki/Digital_differential_analyzer_(graphics_algorithm)
88
[2]: https://www.libsdl.org/download-2.0.php
9+
[3]: https://en.wikipedia.org/wiki/Bresenham's_line_algorithm

0 commit comments

Comments
 (0)