lkesteloot / alice

Website documenting a hardware project from the 1990s.
http://lkesteloot.github.io/alice/
Apache License 2.0
74 stars 9 forks source link

Draw lines in FPGA #59

Open lkesteloot opened 7 years ago

lkesteloot commented 7 years ago

Okay to only handle linewidth = 1.

bradgrantham commented 7 years ago

Yes, assume LINE is width 1. hardware_rasterizer will convert lines with width >= 2 to screen-aligned triangles.