locationtech / jts

The JTS Topology Suite is a Java library for creating and manipulating vector geometry.
Other
1.94k stars 442 forks source link

[INFO] JTS is now part of JCSG as the triangulation engine #993

Closed madhephaestus closed 1 year ago

madhephaestus commented 1 year ago

First, thank you for this awesome library!

I wanted to let you know i have removed the internal triangulation code from my CSG library and replaced it with JTS. Your triangulation algorithm's are both faster and also more robust to junk inputs (produced by CSG operations).

https://github.com/NeuronRobotics/JCSG

dr-jts commented 1 year ago

Excellent! Glad JTS is helping you out.