-
I created a shader filter and used it with a video as an input channel, it is working properly but I want to save the rendered frames and make a video out of it.
Code:
```python
import arcade
f…
-
Надо из sRGB linear (текстуры, цвета) конвертить в ACEScg, в котором вести все расчёты освещения. А уже затем назад переводить в sRGB в тонмаппере.
Почему:
- https://www.shadertoy.com/view/WltSRB
…
-
the example [shadertoy_stone](https://github.com/pygfx/shadertoy/blob/main/examples/shadertoy_glsl_stone.py) does not quite match with it's [reference on the website](https://www.shadertoy.com/view/ld…
-
https://blog.demofox.org/2020/05/16/using-blue-noise-for-raytraced-soft-shadows/
https://www.shadertoy.com/view/XsVBDR
https://www.shadertoy.com/view/3sfBWs
-
In Kodi L, in the music play window crucial settings are missing to choose shadertoy options. Depending on which skin is used, shadertoy either fails silently or Kodi notifies it couldn't start.
-
-
My TODO for vulkan-shadertoy-launcher:
### Small fixes:
- fix iTime on pause - currently iTime adds +1 sec during pause because how timer implemented
- make Resize similar to Shadertoy... *maybe*…
-
Currently it appears that the image renders at a lower-than-native resolution. The image upscaling could be improved by switching to FidelityFX Super Resolution. [FSR has already been been done on Sha…
-
When using the shadertoy search the shady gui is sometimes hanging, which we try to avoid in any situation. This probably is partly related to #58 but also to #87 (and #86).
It also seems like shad…
-
[https://github.com/capslpop/Particle-Clustering/tree/master] Where has this repository gone, and what algorithm was used for the simulation?