From d8c1a8e120eb95bd452a88fb47b2fe942cb03579 Mon Sep 17 00:00:00 2001 From: "Maxime Chupin (Ceremade)" Date: Mon, 21 Nov 2016 16:05:15 +0100 Subject: [PATCH] index.md avec la TODO liste --- index.md | 17 +++++++++++++++++ 1 file changed, 17 insertions(+) create mode 100644 index.md 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) -- 2.20.1