Zak Sounds Particles animation
- 
 @bendurso How did you create the animation on the UI, is it a lottie? 
- 
 @d-healey Nop, using a shader :) 
- 
 @bendurso And it works on modern Macs? 
- 
 @d-healey It works on mine, and it's a M2. I didn't receive any complaints either. 
- 
 @bendurso Noice :) Looks good 
- 
 @d-healey Thanks! I found one and modified it significantly. I also used uniform float values to adjust different aspects with knobs. 
- 
 @bendurso looks great :) 
- 
 @bendurso How are you getting it to run? If I load a random shadertoy shader on macOS 14.5 (M3 Max) I just get a frozen frame and it only moves if I hold the middle mouse and drag the UI around. 
- 
 @aaronventure Did you adapted the code to hise? https://docs.hise.dev/scripting/scripting-api/scriptshader/index.html If you did this, you can check if the GLSL Morphball example works on your computer (it's in the snippet browser) 
- 
 @bendurso Alright, the morphball works, but, let me get this right, I still have to call repaint on a timer? 
- 
 @aaronventure Mm, yes I think for all shaders you have to call repaint in the timer callback. 


