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.
It's amazing work!!!
confetti with skia, can it be done in rn? 🤓
Yo this so amazing! miss the old hoodie 😃
Amazing work... thank you so much
Mind 🤯🤯🤯🤯🤯🤯
Hi William 🙌 is thair any work going on to bringing Skia to expo
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 👏👏
Wow, the next level coding video:D
How to get this ios simulator integrated inside vs code? also how come the simulator looks different from what apple provides?
When will be symlink issue was resolved for windows
source code and vid are completely different : undefined is not a constructor (evaluating 'new _simplexNoise.default("color")') error someone please help
Is it possible to create audiowave form and trimmer UI using skia ?
Can someone guide me I'm new to skia and rn
Can please do apple music onboarding interaction bubble select video
The numbers are scary 😰
Hi, William, I am facing issue with series of react native fashion course with reanimated2
that is creative
thank you so much
How can we learn Skia shader language?
shaders.skia.org/ but this is almost identical to glsl
Can I ask what font you're using for your editor?
the numbers got a big laggy after you wrapped them with CRT
wow, I wish I could undestand 0.1% of this
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
Thank you
niiiiiiice
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 )
undefined is not a constructor (evaluating 'new _simplexNoise.default(i + "-" + j)')
please help there is bug in your code
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..
@bs_4c99
@bs_a_9063763
Thank you