diff --git a/Packages/Geomview/TODO b/Packages/Geomview/TODO index 6c04f4d2836..6505e06e36d 100644 --- a/Packages/Geomview/TODO +++ b/Packages/Geomview/TODO @@ -1,2 +1,7 @@ - Remove the requirement to have a ./.geomview file with (echo "started") inside. Synchronization can probably be done with select() ? +- Reading a Point from Geomview should be possible. It works, but not all the + time, there's some non-deterministic bug somewhere, either geomview or CGAL. +- Write operator<<(Triangulation), 2D and 3D. Use "(progn" ... ")" from GCL + for that ? +- Use the OOGL library coming with Geomview to parse stuff ?