diff --git a/docs/README.md b/docs/README.md index f8aebaed..e6086582 100644 --- a/docs/README.md +++ b/docs/README.md @@ -26,6 +26,12 @@ Whether you want to build apps for Linux, MacOS, Windows, iOS, Android, Tizen, X - [Quick Start](https://aloneguid.github.io/parquet-dotnet/starter-topic.html#quick-start). - [Full Documentation](https://aloneguid.github.io/parquet-dotnet/starter-topic.html). +## UI + +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. + +**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 - [Azure Cosmos DB Desktop Data Migration Tool](https://github.com/AzureCosmosDB/data-migration-desktop-tool). diff --git a/src/Parquet.Floor/Parquet.Floor.csproj b/src/Parquet.Floor/Parquet.Floor.csproj index ce1eef76..ec757664 100644 --- a/src/Parquet.Floor/Parquet.Floor.csproj +++ b/src/Parquet.Floor/Parquet.Floor.csproj @@ -8,7 +8,7 @@ true app.manifest floor - true + false true true Assets/icon.ico