updating readme

This commit is contained in:
2025-12-13 20:07:21 +01:00
parent f97910cc15
commit c7ad5622a4

View File

@@ -2,4 +2,13 @@
A small static website to better view and analyze stats from [deqp-runner](https://gitlab.freedesktop.org/mesa/deqp-runner) results. Result CSV file should be placed in [assets](https://github.com/Kbz-8/VulkanCTSViewer/tree/master/assets) folder before deploying. A small static website to better view and analyze stats from [deqp-runner](https://gitlab.freedesktop.org/mesa/deqp-runner) results. Result CSV file should be placed in [assets](https://github.com/Kbz-8/VulkanCTSViewer/tree/master/assets) folder before deploying.
## Build instructions
To build your VulkanCTSViewer follow these steps:
* Install dioxus (`cargo binstall dioxus --version 0.7.2`)
* Copy your `results.csv` to `/assets` folder
* `dx build --verbose --platform web --release`
* Publish from `./target/dx/vulkan-cts-analyzer/release/web/public`
* Enjoy
![Screenshot](Screenshot.png) ![Screenshot](Screenshot.png)