We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 8b1c623 commit 82cd7ffCopy full SHA for 82cd7ff
Line Drawing/README.md
@@ -0,0 +1,8 @@
1
+This program demonstrates visual line manipulatoins generated with the application of [DDA algorithm][1].
2
+
3
+
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