diff --git a/README.md b/README.md new file mode 100644 index 0000000..0ae7ec5 --- /dev/null +++ b/README.md @@ -0,0 +1,4 @@ +# PolygonFillRender +Renders filled polygons using fast pixel blitting and odd-parity polygon scanline filling. + +Polygon scanline fill algorithm learned and implemented using https://www.cs.rit.edu/~icss571/filling/index.html.