Programming Flood Fill in Godot
Channel:
Subscribers:
4,040
Published on ● Video Link: https://www.youtube.com/watch?v=oANhiiP_A_s
A simple video explaining Flood Fill in Godot!
Code here:
https://github.com/aimforbigfoot/NAD-LAB-Godot-Projects/tree/master/FloodFill
0:00 - Intro
1:00 - Explaining Flood Fill in Paint
7:00 - Setting up Godot
7:18 - Programming The Scene (Setting up the fill)
11:13 - Programming The Scene (Flooding and Filling)
17:19 - Iterative Flood Fill19:14 - Stopping the Flooding Early
For the Godot Icon used in the thumbnail: Original Author of the Godot Icon (Andrea Calabró), changes were made to this icon.
https://commons.wikimedia.org/wiki/File:Godot_icon.svg
Other Videos By NAD LABS
Tags:
Godot
Flood Fill
Algorithm