X-Git-Url: https://melusine.eu.org/syracuse/G/git/?a=blobdiff_plain;f=index.md;h=fb8af12a759ca3b621d355b69aadb6511e67add1;hb=c08f7d2524bc559738fc7b21285c8c751705ef6f;hp=3bcaf2ee27586ee3e715498da43617e2f6fd7fb4;hpb=d8c1a8e120eb95bd452a88fb47b2fe942cb03579;p=delaunay.git diff --git a/index.md b/index.md index 3bcaf2e..fb8af12 100644 --- a/index.md +++ b/index.md @@ -2,16 +2,31 @@ ## Introduction +
+**Attention**, l'extension est en plein développement, nous n'en +sommes toujours pas à la version 0.1, donc, beaucoup de choses ne sont +pas opérationnelles. Utilisez là, mais en ayant ça en tête. + +Tout retour d'utilisation sera le bienvenu ! +
+ +
+**Warning**, this package is under development, a lot of things is not +working properly yet. There is no documentation (but there will be). + +Every feedback will be appreciated. +
+ +## Documentation + +A PDF documentation is available in the `doc` directory. + ## 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) +* Other 2D algorithms (divide and conquer, etc.)