Random distribution: since you are using Math.round() from 0 to 3, that means it's not evenly distributed and you'll have 0.5 / 3 chances of the index 0, 1 / 3 chances of index 1, 1/3 chances of index 2, and then again 0.5 chances of index 3 (meaning cyan and green will appear half as often as pink and yellow). An easy fix is using instead Math.floor from 0 to 4 instead: Math.floor(Math.random() * colors.length)); note that in Math.random() the 1 is not included, so this is effectively from 0 to 3.9999... so when flooring the random number it'll be 0, 1, 2, or 3, with each index having a 1/4th chance of happening
Hey William can u please make a video on adding video calling features using expo..it's possible in react native cli but not getting in expo....by the way always appreciate your work 👏👏
source code and vid are completely different : undefined is not a constructor (evaluating 'new _simplexNoise.default("color")') error someone please help
I'm beginner in react-native and till now I don't have any course from where I can learn and also I don't have so much money to buy any react-native course. If any have a good RN course then please pity on me 🥺. Thanks ( Love from Pakistan )
One and half years ago i stop to coding react native now i am coding flutter. But i am watching your channel still. i wish you will coding with flutter..
the intro is underrated this deserves more views
Random distribution: since you are using Math.round() from 0 to 3, that means it's not evenly distributed and you'll have 0.5 / 3 chances of the index 0, 1 / 3 chances of index 1, 1/3 chances of index 2, and then again 0.5 chances of index 3 (meaning cyan and green will appear half as often as pink and yellow).
An easy fix is using instead Math.floor from 0 to 4 instead: Math.floor(Math.random() * colors.length)); note that in Math.random() the 1 is not included, so this is effectively from 0 to 3.9999... so when flooring the random number it'll be 0, 1, 2, or 3, with each index having a 1/4th chance of happening
nice catch thank you :)
You are crazy. Amazing video.
This was amazing, thank you! Expected something much more complicated for the scanlines
This was really fun, thanks! Incredible video
I love the way you code, so elegant!
that intro was fire!
Thank You for all of your videos that you did.
Mind 🤯🤯🤯🤯🤯🤯
It's amazing work!!!
Yo this so amazing! miss the old hoodie 😃
that is creative
Amazing work... thank you so much
The numbers are scary 😰
confetti with skia, can it be done in rn? 🤓
thank you so much
Wow, the next level coding video:D
Thank you
Hey William can u please make a video on adding video calling features using expo..it's possible in react native cli but not getting in expo....by the way always appreciate your work 👏👏
niiiiiiice
Hi William 🙌 is thair any work going on to bringing Skia to expo
wow, I wish I could undestand 0.1% of this
When will be symlink issue was resolved for windows
Hi, William, I am facing issue with series of react native fashion course with reanimated2
Can please do apple music onboarding interaction bubble select video
How to get this ios simulator integrated inside vs code? also how come the simulator looks different from what apple provides?
Can I ask what font you're using for your editor?
the numbers got a big laggy after you wrapped them with CRT
source code and vid are completely different : undefined is not a constructor (evaluating 'new _simplexNoise.default("color")') error someone please help
I'm beginner in react-native and till now I don't have any course from where I can learn and also I don't have so much money to buy any react-native course. If any have a good RN course then please pity on me 🥺.
Thanks
( Love from Pakistan )
Is it possible to create audiowave form and trimmer UI using skia ?
Can someone guide me I'm new to skia and rn
Would you please open a discord server for your community ?
Some of your projects have some issues and it's hard to fix them without any help.
did you ever solve the skia value is a function expecting string error?
what i meant was simplexnoise constructor bug, also daydream by lupe at end sucha slap in the face when it doesnt work
How can we learn Skia shader language?
shaders.skia.org/ but this is almost identical to glsl
One and half years ago i stop to coding react native now i am coding flutter. But i am watching your channel still. i wish you will coding with flutter..
undefined is not a constructor (evaluating 'new _simplexNoise.default(i + "-" + j)')
please help there is bug in your code
@bs_4c99
@bs_a_9063763
Thank you