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

@@ -33,6 +33,8 @@ add_library(
ShaderToySearchModel.cpp
ShaderToyAPI.h
PexelsAPI.h
KomplexSearchModel.h
KomplexSearchModel.cpp
)
qt_add_qml_module(
@@ -66,6 +68,8 @@ qt_add_qml_module(
ShaderToySearchModel.cpp
ShaderToyAPI.h
PexelsAPI.h
KomplexSearchModel.h
KomplexSearchModel.cpp
NO_GENERATE_PLUGIN_SOURCE
)