X-Git-Url: https://melusine.eu.org/syracuse/G/git/?a=blobdiff_plain;f=index.md;h=62de640ae67f29a6f40690c734420b46ff9f3a1c;hb=e6cdb2e004ddba7c63705df4835de516ce0f297c;hp=c496986b29f853e0b701f51f97398b83df38da5d;hpb=cc95d9b8f7a859cf2f69b419e15bd1a8a2777289;p=delaunay.git diff --git a/index.md b/index.md index c496986..62de640 100644 --- a/index.md +++ b/index.md @@ -2,16 +2,46 @@ ## Introduction +
+**Attention**, l'extension est en plein développement, nous n'en +sommes à la version 0.2, 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 (in english) is available in the `doc` directory +or with the +following link: + +* [luamesh-doc.pdf](doc/luamesh-doc.pdf) + +## Sandbox + +You can find files used to test the features in the `test` +directory. + +## Installation + +You can download a `zip` file in the `archives` directory or +[here (v0.2)](arcihves/luamesh-v0-2.zip) and follow the instruction written +in the documentation. + ## 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`) to be included in a `mplibcode` or - `tikzpicture` environment (for now, the produced code contains the - environment declarations). +* Options to draw with dash either the delaunay or the voronio diagram + for voronio macros * 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.)