From ec2bb7b9760aa2e616d7b38757682747752a0cc9 Mon Sep 17 00:00:00 2001 From: "sigonasr2, Sig, Sigo" Date: Wed, 23 Mar 2022 08:05:02 +0900 Subject: [PATCH] Create README.md --- README.md | 4 ++++ 1 file changed, 4 insertions(+) create mode 100644 README.md 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.