Replies: 1 comment
-
This is an excellent question. For shaders like https://www.shadertoy.com/view/WsKXRc you can convert them from GLSL to SKSL: https://shaders.skia.org/ (https://shopify.github.io/react-native-skia/docs/shaders/overview) For things using threejs, you might want to look at React Native WebGPU: https://github.com/wcandillon/react-native-webgpu |
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
-
Hello, i am new here but i could not find much document for shader rendering.
i ve been searching on google or youtube but with no luck
i want to implement such things like :
https://www.shadertoy.com/view/WsKXRc
especiialy such thing :
https://www.youtube.com/shorts/ak1CP5tFpHE
how can i do that ? i started from the top one to implement but with no luck and also my imagination is like very strict to do second one. i want to improve myself and make some challenges about me.
could you guide me ?
really appreciate
@wcandillon
regards
Beta Was this translation helpful? Give feedback.
All reactions