I could see the preview image of this video,how can I generate similar image
@petrasvestartas43594 жыл бұрын
Is it possible to show how to compile and run CGAl on Visual Studio Windows? I see many presentation how good CGAL is, but none of dummies tutorial how to compile and run it. In my case I would love to see mesh boolean operations.
@geometryfactory40264 жыл бұрын
Did you try to follow the tutorial available here:doc.cgal.org/latest/Manual/windows.html#title8?
@petrasvestartas43594 жыл бұрын
@@geometryfactory4026 Yes, it is not straight forward as it is written. Is there any chance to make a video tutorial following these steps ?
@kennykenken45672 жыл бұрын
@@geometryfactory4026 When I followed these steps, and try to use some of the new packages(or some old ones), I will usually get lots of error, there’s no step by step guides on how to properly configure different packages, and every packages seem to be using different methods to configure, which is very frustrating
@geometryfactory40262 жыл бұрын
@@kennykenken4567 We are willing to improve whenever it is possible. So do not hesitate to post on github about issues you may encounter. You can also use the cgal-discuss mailing list. It will be more easy to answer your questions. Note that CGAL is an old project that was there before the STL was even available on all compilers. So new packages could take advantage of c++14 and older packages were not necessarily updated not to break backward compatibility.