Line Generator |
A very simple school assignment that implements three algorithms for drawing lines,
with the most interesting being an antialiasing algorithm. The algorithms include Midpoint Subdivision,
Quadrantal DDA, and Wu Line Antialiasing.
I designed a dynamic grid class that makes it easy to change cell sizes and more.
There really is not much else to say about this one.
|
Development Time: |
1 Day |
Files of Code: |
2 |
Lines of Code: |
550 |
Made With: |
C#, GDI+ |
Tools: |
Visual Studio .NET |
|