Kodi Community Forum
GLSL Shaders in Kodi - Printable Version

+- Kodi Community Forum (https://forum.kodi.tv)
+-- Forum: Support (https://forum.kodi.tv/forumdisplay.php?fid=33)
+--- Forum: Video Support (https://forum.kodi.tv/forumdisplay.php?fid=264)
+--- Thread: GLSL Shaders in Kodi (/showthread.php?tid=373621)



GLSL Shaders in Kodi - PhilZockt - 2023-06-30

Hey everyone,

I'm curious about using GLSL shaders in Kodi, specifically for implementing Anime4k, an upscaling filter. Are there any existing features, add-ons, or workarounds that support GLSL shader integration?

If you have any insights, experiences, or resources related to GLSL shaders in Kodi, please share them here.

Thanks!


RE: GLSL Shaders in Kodi - CrystalP - 2023-06-30

There are a few internal shaders for color conversion and scaling but no way to integrate external shaders in the rendering chain as far I know. That would be a nice feature to contribute if you have the skills, time and motivation!
With no C++ coding, you could try replacing the code of the existing scalers (under system/shaders), if they happen to provide an adequate environment for your needs.