From: Maxime Chupin (Ceremade) <chupin@ceremade.dauphine.fr>
Date: Mon, 21 Nov 2016 15:05:15 +0000 (+0100)
Subject: index.md avec la TODO liste
X-Git-Url: https://melusine.eu.org/syracuse/G/git/?a=commitdiff_plain;h=d8c1a8e120eb95bd452a88fb47b2fe942cb03579;p=delaunay.git

index.md avec la TODO liste
---

diff --git a/index.md b/index.md
new file mode 100644
index 0000000..3bcaf2e
--- /dev/null
+++ b/index.md
@@ -0,0 +1,17 @@
+# Package `luamesh`
+
+## Introduction
+
+## TODO list
+
+* Reader for gmesh `msh` file to plot meshes produced by this
+  software.
+* Implement the picture mode `embedded` to allow the generated code
+  (`mplibcode` or `tikz` code) to be include in a `mplibcode` or
+  `tikzpicture` environment (for now, the produced code contains the
+  environment declarations).
+* Macro to generate a meshed rectangle.
+* Macro to generate a meshed circle.
+* Macro that, given a border defined by a set of points, adds points
+  inside to generate the mesh.
+* Other algorithms (divide and conquer)