Skip to Content.
Sympa Menu

cgal-discuss - Re: [cgal-discuss] CGAL-PYTHON Visualisation

Subject: CGAL users discussion list

List archive

Re: [cgal-discuss] CGAL-PYTHON Visualisation


Chronological Thread 
  • From: Marc Alexa <>
  • To:
  • Subject: Re: [cgal-discuss] CGAL-PYTHON Visualisation
  • Date: Tue, 5 Feb 2019 11:24:06 +0100
  • Authentication-results: mail3-smtp-sop.national.inria.fr; spf=None ; spf=Pass ; spf=None
  • Ironport-phdr: 9a23:KfPI4xZQ8sGKcKrOecsjm2j/LSx+4OfEezUN459isYplN5qZr8uzbnLW6fgltlLVR4KTs6sC17KG9fi4EUU7or+5+EgYd5JNUxJXwe43pCcHRPC/NEvgMfTxZDY7FskRHHVs/nW8LFQHUJ2mPw6arXK99yMdFQviPgRpOOv1BpTSj8Oq3Oyu5pHfeQpFiCa+bL9oMBm6sRjau9ULj4dlNqs/0AbCrGFSe+RRy2NoJFaTkAj568yt4pNt8Dletuw4+cJYXqr0Y6o3TbpDDDQ7KG81/9HktQPCTQSU+HQRVHgdnwdSDAjE6BH6WYrxsjf/u+Fg1iSWIdH6QLYpUjul8qlrVQToiD8ZODEl7GHZhMtwjKdBrxKgoRx03orYbY6ROfZ7eK7WYNEUSndbXstJVyJOHoyzYZYBAeoPI+hXrYrzqVwVoBSkGQWsAfniyj9UinL026AxzuQvERvB3AwlB98At27brM/pO6wPTe21yLfHzDrZYPhL3jr97ZLHcgo9rv2WR71wddTeyEY1GA7egVWQrJbqPzKR1ugXr2eb6O9gWPuphmU6pQ9xpT2vyd0tionPno8Vy1bE9T94wIkvP9G4RlR7bcarEJtRqyGaN5Z2Tdg4T2FpvyY3zKANt52jfCUS1pgr2xrSZ+aEfoWI+B7vSvqdLDRiiH9qeb+znwu+/Ea8xuHmS8W531JHojBYntTOqHwBzQHf5tWHR/Z740yvwyyA1xrJ5eFBOU00lbTUK5omwrMok5ocq0XDHivvlErokaCaa1wo+uan5unmeLnmqZicN4h7igH6LKsigNCwAeM9MgQWXmib//qz1KH78EHnXLlHiuc6n6rZvZzAO8gXuq20DxVa34si8xq/Ci2p0NUcnXkJNlJFfxeHgpDsO17UOvD3Ee2zjE6okDh1yPHJJKbsAprILnfZkbfheaxx5FJbyAo21dxf/Y5bCqkdIPLvXU/8rMDXDhAjPAyw2uroFdR91pgCVmKSGa+ZK7jfsUSI5+IqO+mDfpUZuDf7K/g/5v7hl2U1mVEHffrh4J0MdXrtHuh6O17LJj33k9IZGCELuBA/RarkkhqZQDtLbjGzWaw7oTo0AYbjAYbYTZ22m++923KwEZRSI2xHEVuRCmzAdoOeWv5KZjjBDNVml2khXKKqA6Yl2AGn/Fv/wqBsaOPQ9z0RnZ3m3dlxoebUkEdhpnRPE82B3jTVHClPlWQSSmpqjfku83w48U+K1O1Du9IdENVS4/1TVQJjbMzTyuV7D5b5XQeTJ47VGmbjec2vBHQKdvx028UHOh8vFNCrjxSF1C2vUedMyu67Qacs+6eZ5EDfYsZwz3GcifskhlgiB8ZDbCio2vA5+A/UCIrE1U6ekvTyeA==

Dear all,

I wanted to mention that I find the most convenient way to visualize triangles and tetrehedra generated with CGAL is libigl ( https://libigl.github.io ). The reason is that libigl’s cmake files automatically install whatever is needed from CGAL and make sure everything links nicely (at the expense of wasting some space, but I’m happy to tolerate this). I usually wrangle for hours with QT. 

I am mentioning this in the context of this thread because libigl also has python bindings. I am not using any python bindings, so I cannot say how difficult it would be to make a python-only approach work with libigl/CGAL, but it might be worth a try. In any case, it would be useful if somebody with the relevant knowledge would look into this — it would make CGAL plus visualization accessible to those who are not interested in diving into C++ template hell.

Best,
Marc



On 5. Feb 2019, at 10:35, Sebastien Loriot (GeometryFactory) <> wrote:

Right, but I understood that the issue was about visualization (AFAIK geomview is not available using Python either).

Sebastien.

On 02/05/2019 10:01 AM, Laurent Rineau (CGAL/GeometryFactory) wrote:
On Wednesday, January 30, 2019 7:26:57 AM CET Sebastien Loriot
(GeometryFactory) wrote:
Let me quote CGAL 4.13 release notes:

A new function CGAL::draw() is added in the packages Polyhedral Surface,
Surface Mesh, Linear Cell Complex, 2D Triangulations, and 3D
Triangulations, enabling to draw the corresponding data structures.
But that function is not available using Python, is it?

--
You are currently subscribed to cgal-discuss.
To unsubscribe or access the archives, go to
https://sympa.inria.fr/sympa/info/cgal-discuss






Archive powered by MHonArc 2.6.18.

Top of Page