Skip to Content.
Sympa Menu

cgal-discuss - Re: [cgal-discuss] CGAL in C#

Subject: CGAL users discussion list

List archive

Re: [cgal-discuss] CGAL in C#


Chronological Thread 
  • From: Francois Berenger <>
  • To:
  • Subject: Re: [cgal-discuss] CGAL in C#
  • Date: Thu, 10 Nov 2011 19:03:40 +0900

On 11/10/2011 04:30 PM, Sebastien Loriot (GeometryFactory) wrote:
saher murad wrote:
Hi,

Please could you let me know that how I can use CGAL in my C# project.

Thank you.

You can use classical technique for calling C++ from C# (ask your
favorite search engine, a lot of tutorial are available) or you can
write a small wrapper class to expose CGAL's methods you are interested
in and use SWIG to create C# bindings. The latter method is the one we
chose for the upcoming cgal-bindings for Java and Python (a first
version should be publicly available hopefully before the end of the
year).

No plans for OCaml? :(

Regards,
F.



Archive powered by MHonArc 2.6.16.

Top of Page