orx icon indicating copy to clipboard operation
orx copied to clipboard

Fix Voronoi diagrams in orx-triangulation

Open edwinRNDR opened this issue 3 years ago • 2 comments
trafficstars

Introduces robust predicates to improve tessellation stability and fixes several bugs introduced in the conversion from Javascript to Kotlin.

Despite my numerous efforts at getting this to work identically to the javascript version I have some artefacts that I could only work around by introducing a small bias to orient2d. This feels wrong.

Future effort will go to a common Kotlin / multi platform implementation.

edwinRNDR avatar Jul 15 '22 13:07 edwinRNDR

@edwinRNDR I had a rough look at it, but didn't have the opportunity to try it. I'll finish the process of getting the Delaunator library into Maven, so you can create a PR there for the library specific changes, what do you think of this?

ricardomatias avatar Jul 23 '22 13:07 ricardomatias

BTW the example images are not visible in https://github.com/openrndr/orx/tree/master/orx-jvm/orx-triangulation

hamoid avatar Aug 17 '22 12:08 hamoid