- add the class CGAL::Qt::DemosMainWindow in libCGALQt4, - compile moc generated files separately In demo/ - new sub-directory demo/resources/ that contains, for now, about_CGAL.html - move the two triangulation demos from demo/GraphicsView to demo/Triangulation_2 (to prepare the inclusion in CGAL internal release). - For each demo, merge all .h and .cpp files. Each demo now has a ui file, a cpp file and a qrc file (and a html file for the "About demo..." menu entry). - rename the demos to Delaunay_triangulation_2(.exe) and Constrained_Delaunay_triangulation_2(.exe)
9 lines
319 B
HTML
9 lines
319 B
HTML
<html>
|
|
<body>
|
|
<p><img src=":/cgal/logos/CGAL.gif"></p>
|
|
<h2>Computational Geometry Algorithms Library</h2>
|
|
<p>CGAL provides efficient and reliable geometric algorithms in the form of a C++ library.</p>
|
|
<p>For more information visit <a href="http://www.cgal.org/">www.cgal.org</a></p>
|
|
</body>
|
|
</html>
|