Create README.md

This commit is contained in:
sigonasr2, Sig, Sigo 2022-03-23 08:05:02 +09:00 committed by GitHub
parent 0711309246
commit ec2bb7b976
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

4
README.md Normal file
View File

@ -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.