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 Voronoi diagram using a port of my python implementation of Fortune's sweep line algorithm. It generate a Voronoi 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 Voronoi node to leave the heavy lifting to the plugin.
Change log for v1.2.0:
- Add docs
- Redesigned plugin GUI
- Rewrote sweep line algorithm floor handling
- Add SVG save functionality for auto load
- Removed useless warnings
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.2.0
Download Commit e5443f772ff43971e873d04d60020723171f4970 f58ce55e8249573fd28d0d7f4f7773a364b062d5
Download Url (Computed) https://github.com/Sinowa-Programming/Godot-Sweepline-Volornoi/archive/e5443f772ff43971e873d04d60020723171f4970.zip https://github.com/Sinowa-Programming/Godot-Sweepline-Volornoi/archive/f58ce55e8249573fd28d0d7f4f7773a364b062d5.zip
Icon Url https://raw.githubusercontent.com/Sinowa-Programming/Godot-Sweepline-Volornoi/2.0.0/images/Godot-Sweepline-Voronoi-Icon.png