Audio visualizer shader #1264
Unanswered
yigithanyucedag
asked this question in
Q&A
Replies: 1 comment
-
This is a really cool use-case I'm actually not 100% sure how shadertoy does this. I should also mention that in shadertoy, the goal is to provide a no-setup UI and there using sound as a texture is just clever. In RN Skia you do have control over the setup and you could inject the audio data as a uniform at your convenience. However I must disclaim that I am not familiar with this topic yet. |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
Hello, I'm trying to do audio visualizer with shader like this: https://www.shadertoy.com/view/XlcXDX
In this shadertoy example, the creator use the sound as texture. How can it be done in React Native with using react-native-skia?
Beta Was this translation helpful? Give feedback.
All reactions