diff --git a/README.md b/README.md index 9a9fe46..791cd5a 100644 --- a/README.md +++ b/README.md @@ -1,3 +1,16 @@ +# Meshviewer + +Meshviewer is a frontend for +[ffmap-backend](https://github.com/ffnord/ffmap-backend). + +# Screenshots + +![](doc/mapview.png?raw=true) +![](doc/graphview.png?raw=true) +![](doc/allnodes.png?raw=true) +![](doc/links.png?raw=true) +![](doc/statistics.png?raw=true) + # Dependencies - npm diff --git a/doc/allnodes.png b/doc/allnodes.png new file mode 100644 index 0000000..729ec8d Binary files /dev/null and b/doc/allnodes.png differ diff --git a/doc/graphview.png b/doc/graphview.png new file mode 100644 index 0000000..91232dc Binary files /dev/null and b/doc/graphview.png differ diff --git a/doc/links.png b/doc/links.png new file mode 100644 index 0000000..0f5deb2 Binary files /dev/null and b/doc/links.png differ diff --git a/doc/mapview.png b/doc/mapview.png new file mode 100644 index 0000000..af8ad1b Binary files /dev/null and b/doc/mapview.png differ diff --git a/doc/statistics.png b/doc/statistics.png new file mode 100644 index 0000000..aefed76 Binary files /dev/null and b/doc/statistics.png differ