Re: Ideas for calling CGAL from Nim?

2017-10-13 Thread Stefan_Salewski
Yesterday I tried a very similar approach as I used for Ruby: ++ // g++ -c -lCGAL -lgmp cdt.cpp // ar rvs cdt.a cdt.o #include #include //#include //#include typedef CGAL::Exact_predicates_inexact_constructions_kernel K; typedef

Re: Ideas for calling CGAL from Nim?

2017-10-08 Thread Tiberium
c2nim already supports C++ templates