diff --git a/docs/README.md b/docs/README.md index de1287c1..467279fd 100644 --- a/docs/README.md +++ b/docs/README.md @@ -30,6 +30,8 @@ Whether you want to build apps for Linux, MacOS, Windows, iOS, Android, Tizen, X This repository now includes an implementation of parquet desktop viewer application called **Floor** (parquet floor, get it?). It's cross-platform, self-contained executable made with Avalonia, and is compiled for Linux, Windows and MacOS. You can download it from the [releases section](https://github.com/aloneguid/parquet-dotnet/releases). +![](floor.png) + **Floor** is not meant to be the best parquet viewer on the planet, but just a reference implementation. There are probably better, more feature-rich applications out there. ## Used by diff --git a/docs/floor.png b/docs/floor.png new file mode 100644 index 00000000..2c06c851 Binary files /dev/null and b/docs/floor.png differ