From acdb52c91ee94c8755e0a8a1770bbfa20b53ea5f Mon Sep 17 00:00:00 2001 From: ChaoticByte Date: Fri, 24 Jan 2025 21:44:41 +0100 Subject: [PATCH] Readme: add a toc, add a Known Issues section and add a note about screen scaling not being supported (issue #45) --- README.md | 14 ++++++++++++++ 1 file changed, 14 insertions(+) diff --git a/README.md b/README.md index 7fe8374..906ca6a 100644 --- a/README.md +++ b/README.md @@ -5,6 +5,14 @@

Create image filters by writing shaders.

+## Table of Contents + +- [Supported Platforms](#supported-platforms) +- [Usage](#usage) +- [Shaderlib](#shaderlib) +- [Commandline interface](#commandline-interface) +- [Known Issues](#known-issues) + ## Supported Platforms - Linux @@ -106,3 +114,9 @@ You can also run `./Fragmented cmd help` to show the help message. ``` ./Fragmented cmd --shader ./examples/oklab.gdshader --load-image ~/Pictures/test.png --output ./output.png ``` + +## Known Issues + +- screen scaling is unsupported; Using screen scaling could lead to an either blurry UI, or no scaling at all -> see #45 +- the shaderlib API is still unstable, this will change with version 10 +- commandline interface: `--headless` is not supported