Polyfill filling polygons now

Scanline polygon fill routine based on public-domain code
by Darel Rex Finley, 2007 <https://alienryderflex.com/polygon_fill/
This commit is contained in:
Bill Kendrick 2024-03-28 00:26:05 -07:00
parent 608564b00f
commit da837a35a2
3 changed files with 104 additions and 12 deletions

View file

@ -6,7 +6,7 @@ Copyright (c) 2002-2024
Various contributors (see below, and CHANGES.txt)
https://tuxpaint.org/
June 17, 2002 - March 19, 2024
June 17, 2002 - March 28, 2024
* Design and Coding:
@ -148,6 +148,11 @@ June 17, 2002 - March 19, 2024
(https://freesound.org/people/KatHakaku/sounds/54112/)
Creative Commons 0 by KatHakaku <https://freesound.org/people/KatHakaku/>
Filled Polygon
by Bill Kendrick <bill@newbreedsoftware.com>
Scanline polygon fill routine based on public-domain code
by Darel Rex Finley, 2007 <https://alienryderflex.com/polygon_fill/>
Bloom magic tool
by Bill Kendrick <bill@newbreedsoftware.com>
Googly Eyes sound effect: "Torch Crackle.wav"

View file

@ -6,7 +6,7 @@ Copyright (c) 2002-2024
Various contributors (see below, and AUTHORS.txt)
https://tuxpaint.org/
2024.March.27 (0.9.33)
2024.March.28 (0.9.33)
* New Magic Tools:
----------------
* WIP Specular Reflection: Draws a slightly blurred, wavy, and
@ -27,6 +27,14 @@ https://tuxpaint.org/
* WIP Filled Polygon - Draw points to form a polygon which is filled
Bill Kendrick <bill@newbreedsoftware.com>
Scanline polygon fill routine based on public-domain code
by Darel Rex Finley, 2007 <https://alienryderflex.com/polygon_fill/
Closes https://sourceforge.net/p/tuxpaint/feature-requests/251/
+ WIP Needs docs
+ WIP Add to new features lists
+ WIP Needs icon
+ WIP Needs sound effect
+ WIP Needs testing & tweaking
* Improvements to Eraser tool:
----------------------------