X-Git-Url: https://melusine.eu.org/syracuse/G/git/?a=blobdiff_plain;f=index.md;h=401800369f27ee27e29c2c1332619de94113f8af;hb=1b7b34394c35546e9ae75eb3d61e71626922a82c;hp=f2a9981ce52ceb48d7c1485d34283316b44f3e10;hpb=091530a7b134b2955272ad2ab217cf195233dc39;p=delaunay.git diff --git a/index.md b/index.md index f2a9981..4018003 100644 --- a/index.md +++ b/index.md @@ -17,13 +17,32 @@ 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](arcihves/luamesh-v0-1.zip) and follow the instruction written +in the documentation. + ## TODO list -* **Update `tikz` functions**. -* Reader for gmesh `msh` file to plot meshes produced by this - software. +* documentation of the drawGmsh and gmshVoronoi macros +* 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 2D algorithms (divide and conquer) +* Other 2D algorithms (divide and conquer, etc.)