show/hide this revision's text 2 Removed greeting. Minor edit: grammar/spelling/case/punctation/etc.

Bresenham's line algorithm.

I wanted to draw lines with dashes or colors that vary along the length in GWBasic, but it had no facility for these, so I worked out how to generate a line very similar to Bresenham's method - no gaps, and a single width of pixels for a line of any angle.

I was very proud of myself, but my parents and siblings just didn't understand how cool it was.

Then I discovered the real Bresenham years later, and the awesome optimizations for linear memory implementations of it. Didn't It didn't dim my happiness - I was very young at the time and there was no such thing as the internet Internet back then.

Algorithms are so cool...

-Adam

    Post Made Community Wiki by Community
show/hide this revision's text 1

Bresenham's line algorithm.

I wanted to draw lines with dashes or colors that vary along the length in GWBasic, but it had no facility for these, so I worked out how to generate a line very similar to Bresenham's method - no gaps, and a single width of pixels for a line of any angle.

I was very proud of myself, but my parents and siblings just didn't understand how cool it was.

Then I discovered the real Bresenham years later, and the awesome optimizations for linear memory implementations of it. Didn't dim my happiness - I was very young at the time and there was no such thing as the internet back then.

Algorithms are so cool...

-Adam