Y
Hacker News
new
|
ask
|
show
|
jobs
by
djxfade
2171 days ago
How where you able to implement such a fast floodfill? I tried to make something similar a few years ago, but was not able to get the floodfilling to work in reasonably time
1 comments
EquallyJust
2171 days ago
Here's the source code for draw_fill:
https://github.com/chowderman/xp-paint/blob/b6dfcce7f449d3bb...
link