Note that there are some explanatory texts on larger screens.

plurals
  1. PO
    primarykey
    data
    text
    <p>I second David's answer regarding <a href="http://www.cs.berkeley.edu/~jrs/" rel="nofollow noreferrer">Jonathan Shewchuk's</a> site as a good starting point.</p> <p>In terms of open source software, it depends on what you are looking for exactly. </p> <ul> <li>If you are interested in mesh generation, you can have a look at <a href="http://www.cgal.org/" rel="nofollow noreferrer">CGAL</a>'s code. Understanding the low level parts of CGAL's code is too much for a beginner. However, having a look at the higher level algorithms can be quite interesting even for a beginner. Also note that the <a href="http://www.cgal.org/Manual/3.3/doc_html/cgal_manual/contents.html" rel="nofollow noreferrer">documentation of CGAL</a> is very detailed.</li> <li>You can also have a look at <a href="http://tetgen.berlios.de/" rel="nofollow noreferrer">TetGen</a>, but its source code is monolithic and is not documented (it is more of an end user software rather than a library, even if it can also be called simply from other programs). Still, it is fairly readable, and the <a href="http://tetgen.berlios.de/files/tetgen-manual.pdf" rel="nofollow noreferrer">user manual</a> contains a short presentation of mesh generation, with some references.</li> <li>If you are also interested in mesh processing, you can have a look at <a href="http://www.openmesh.org/" rel="nofollow noreferrer">OpenMesh</a>.</li> </ul> <p>More informations about your goals would definitely help providing more relevant pointers.</p>
    singulars
    1. This table or related slice is empty.
    plurals
    1. This table or related slice is empty.
    1. This table or related slice is empty.
    1. This table or related slice is empty.
    1. VO
      singulars
      1. This table or related slice is empty.
    2. VO
      singulars
      1. This table or related slice is empty.
    3. VO
      singulars
      1. This table or related slice is empty.
    1. This table or related slice is empty.
 

Querying!

 
Guidance

SQuiL has stopped working due to an internal error.

If you are curious you may find further information in the browser console, which is accessible through the devtools (F12).

Reload