Skip to content

Commit 82cd7ff

Browse files
authored
Create README.md
1 parent 8b1c623 commit 82cd7ff

File tree

1 file changed

+8
-0
lines changed

1 file changed

+8
-0
lines changed

Line Drawing/README.md

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,8 @@
1+
This program demonstrates visual line manipulatoins generated with the application of [DDA algorithm][1].
2+
3+
![](https://github.com/C-Collamar/2D-Graphics-Programming/blob/master/Line%20Drawing/Line_Drawing.gif)
4+
5+
Graphics API used: [SDL Version 2.0.5][2].
6+
7+
[1]: https://en.wikipedia.org/wiki/Digital_differential_analyzer_(graphics_algorithm)
8+
[2]: https://www.libsdl.org/download-2.0.php

0 commit comments

Comments
 (0)