What's a good library to do computational geometry (like CGAL) in a garbage-collected language?
Posted
by Squash Monster
on Stack Overflow
See other posts from Stack Overflow
or by Squash Monster
Published on 2009-10-04T19:33:16Z
Indexed on
2010/03/22
2:51 UTC
Read the original article
Hit count: 338
I need a library to handle computational geometry in a project, especially boolean operations, but just about every feature is useful. The best library I can find for this is CGAL, but this is the sort of project I would hesitate to make without garbage collection.
What language/library pairs can you recommend? So far my best bet is importing CGAL into D. There is also a project for making Python bindings for CGAL, but it's very incomplete.
© Stack Overflow or respective owner