Added custom API backend to replace ShaderToy. Fixes #4

This commit is contained in:
Digital Artifex
2025-11-04 05:24:26 -05:00
parent c3c239cd09
commit 9303dbf589
7 changed files with 1512 additions and 15 deletions

View File

@@ -1,8 +1,8 @@
{
"Id" : "komplex",
"Name" : "Komplex Wallpaper Plugin",
"Version" : "1.0.0",
"CompatVersion" : "1.0.0",
"Version" : "1.0.7",
"CompatVersion" : "1.0.7",
"VendorId" : "digitalartifex",
"Vendor" : "Digital Artifex",
"Copyright" : "(C) 2025 Digital Artifex",
@@ -13,6 +13,6 @@
"Description" : [
"This plugin enables functionality for the Komplex wallpaper, allowing users to set and manage complex shader arrangements as wallpapers in their KDE environment."
],
"Url" : "http://www.github.com/digitalartifex/komplex",
"DocumentationUrl" : "http://www.github.com/digitalartifex/komplex/wiki"
"Url" : "https://github.com/DigitalArtifex/kde-komplex-wallpaper-engine",
"DocumentationUrl" : "https://github.com/DigitalArtifex/kde-komplex-wallpaper-engine/wiki"
}