Edit of asset "Godot Volornoi Sweepline" Accepted
Old/Current | New/Edit | |
---|---|---|
Title | Godot Volornoi Sweepline | 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). Use can use the provided API for direct control or use the Volornoi node to leave the heavy lifting to the plugin. |
Category | 2D Tools | 2D Tools |
License | MIT | MIT |
Repository Provider | GitHub | GitHub |
Repository Url | https://github.com/Sinowa-Programming/Godot-Sweepline-Volornoi | https://github.com/Sinowa-Programming/Godot-Sweepline-Volornoi |
Issues Url | https://github.com/Sinowa-Programming/Godot-Sweepline-Volornoi/issues | https://github.com/Sinowa-Programming/Godot-Sweepline-Volornoi/issues |
Godot version | Godot 4.2 | Godot 4.1 |
Version String | 2.2.0 | 1.0.0 |
Download Commit | e5443f772ff43971e873d04d60020723171f4970 | 35fe027c6451e86b7c073dba169bab4a89d1d231 |
Download Url (Computed) | https://github.com/Sinowa-Programming/Godot-Sweepline-Volornoi/archive/e5443f772ff43971e873d04d60020723171f4970.zip | https://github.com/Sinowa-Programming/Godot-Sweepline-Volornoi/archive/35fe027c6451e86b7c073dba169bab4a89d1d231.zip |
Icon Url |
https://raw.githubusercontent.com/Sinowa-Programming/Godot-Sweepline-Volornoi/2.0.0/images/Godot-Sweepline-Voronoi-Icon.png
|
https://raw.githubusercontent.com/Sinowa-Programming/Godot-Sweepline-Volornoi/main/images/Godot-Sweepline-Volornoi-Icon.png
|
Preview Insert | ||
---|---|---|
Type | image | |
Image/Video URL |
https://raw.githubusercontent.com/Sinowa-Programming/Godot-Sweepline-Volornoi/main/images/shader_display_example.png
|
|
Thumbnail |
|
Preview Insert | ||
---|---|---|
Type | image | |
Image/Video URL |
https://raw.githubusercontent.com/Sinowa-Programming/Godot-Sweepline-Volornoi/main/images/polygon_display_example.png
|
|
Thumbnail |
|