discuss@lists.openscad.org

OpenSCAD general discussion Mailing-list

View all threads

Re: [OpenSCAD] C++ library API

K
kintel
Sat, Jul 9, 2016 12:08 AM

We don't maintain a coherent internal API for this. Your best bet is probably
to write your app directly against the CGAL API: http://www.cgal.org/

-Marius

--
View this message in context: http://forum.openscad.org/C-library-API-tp17900p17901.html
Sent from the OpenSCAD mailing list archive at Nabble.com.

We don't maintain a coherent internal API for this. Your best bet is probably to write your app directly against the CGAL API: http://www.cgal.org/ -Marius -- View this message in context: http://forum.openscad.org/C-library-API-tp17900p17901.html Sent from the OpenSCAD mailing list archive at Nabble.com.
CA
Carsten Arnholm
Sat, Jul 9, 2016 3:49 PM

On 09. juli 2016 02:08, kintel wrote:

We don't maintain a coherent internal API for this. Your best bet is probably
to write your app directly against the CGAL API: http://www.cgal.org/

-Marius

Once you let go of the OpenSCAD infrastructure and require a C++ library
API, carve is also an alternative

http://code.google.com/archive/p/carve/

Carsten Arnholm

On 09. juli 2016 02:08, kintel wrote: > We don't maintain a coherent internal API for this. Your best bet is probably > to write your app directly against the CGAL API: http://www.cgal.org/ > > -Marius Once you let go of the OpenSCAD infrastructure and require a C++ library API, carve is also an alternative http://code.google.com/archive/p/carve/ Carsten Arnholm