Edit of asset "Godot Volornoi Sweepline" Accepted

Old/Current New/Edit
Title Godot Volornoi Sweepline
Description A Godot 4.X add-on that generates and displays a Voronoi diagram using a port of my python implementation of Fortune's sweep line algorithm.
V2 update:
- Added Lloyd's Relaxation Algorithm(multi-threaded)
- Fixed Final Known bugs
A Godot 4.X add-on that generates and displays a Volornoi diagram using a port of my python implementation of Fortune's sweep line algorithm. It generate a Volornoi diagram with a nearest neighbor graph very quickly (~1 sec for 1000 points). You can use the provided API for direct control or use the Volornoi node to leave the heavy lifting to the plugin.
Change log for v1.1.0:
- Adds real time graph update
- Fixes floor edge case
- Add error catching for Volornoi execution in autoload
Category 2D Tools
License MIT
Repository Provider GitHub
Repository Url https://github.com/Sinowa-Programming/Godot-Sweepline-Volornoi
Issues Url https://github.com/Sinowa-Programming/Godot-Sweepline-Volornoi/issues
Godot version Godot 4.2
Version String 2.2.0 1.1.0
Download Commit e5443f772ff43971e873d04d60020723171f4970 e8a4b8d6dd9ee2be4810bf036531162ebc16f528
Download Url (Computed) https://github.com/Sinowa-Programming/Godot-Sweepline-Volornoi/archive/e5443f772ff43971e873d04d60020723171f4970.zip https://github.com/Sinowa-Programming/Godot-Sweepline-Volornoi/archive/e8a4b8d6dd9ee2be4810bf036531162ebc16f528.zip
Icon Url https://raw.githubusercontent.com/Sinowa-Programming/Godot-Sweepline-Volornoi/2.0.0/images/Godot-Sweepline-Voronoi-Icon.png
Preview Update
Type image
Image/Video URL https://raw.githubusercontent.com/Sinowa-Programming/Godot-Sweepline-Volornoi/main/images/shader_display_example.png
Thumbnail https://raw.githubusercontent.com/Sinowa-Programming/Godot-Sweepline-Volornoi/main/images/shader_display_example.png
Preview Update
Type image
Image/Video URL https://raw.githubusercontent.com/Sinowa-Programming/Godot-Sweepline-Volornoi/main/images/polygon_display_example.png
Thumbnail https://raw.githubusercontent.com/Sinowa-Programming/Godot-Sweepline-Volornoi/main/images/polygon_display_example.png