Delaunay Triangulation - currently with DelaunatorSharp - VoronoiDiagram work in progress

This commit is contained in:
ti_mo
2025-10-21 15:51:37 +02:00
parent 4f5530c87e
commit 22aaca545f
4 changed files with 362 additions and 45 deletions
@@ -20,5 +20,7 @@
<!--Condition below is needed to remove Avalonia.Diagnostics package from build output in Release configuration.-->
<PackageReference Condition="'$(Configuration)' == 'Debug'" Include="Avalonia.Diagnostics" Version="11.3.6"/>
<PackageReference Include="CommunityToolkit.Mvvm" Version="8.2.1"/>
<PackageReference Include="Delaunator" Version="1.0.11" />
<PackageReference Include="Xaml.Behaviors.Interactions" Version="11.3.6.5" />
</ItemGroup>
</Project>