It's Severance, but in React Native

แชร์
ฝัง
  • เผยแพร่เมื่อ 9 พ.ย. 2024

ความคิดเห็น • 42

  • @sherlockluk2225
    @sherlockluk2225 2 ปีที่แล้ว +5

    the intro is underrated this deserves more views

  • @franciscopresencia843
    @franciscopresencia843 2 ปีที่แล้ว +1

    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

    • @wcandillon
      @wcandillon  2 ปีที่แล้ว

      nice catch thank you :)

  • @gabriele4449
    @gabriele4449 2 ปีที่แล้ว +7

    You are crazy. Amazing video.

  • @pyroboomka4587
    @pyroboomka4587 2 ปีที่แล้ว +6

    This was amazing, thank you! Expected something much more complicated for the scanlines

  • @marceloprado2035
    @marceloprado2035 2 ปีที่แล้ว +4

    This was really fun, thanks! Incredible video

  • @bryanmora4996
    @bryanmora4996 2 ปีที่แล้ว +2

    I love the way you code, so elegant!

  • @alexkey9372
    @alexkey9372 2 ปีที่แล้ว +2

    that intro was fire!

  • @kevinhawthorne5257
    @kevinhawthorne5257 2 ปีที่แล้ว +1

    Thank You for all of your videos that you did.

  • @itallstartedwhen
    @itallstartedwhen 2 ปีที่แล้ว +5

    Mind 🤯🤯🤯🤯🤯🤯

  • @alexinsaev
    @alexinsaev 2 ปีที่แล้ว +2

    It's amazing work!!!

  • @DrNabeel20
    @DrNabeel20 2 ปีที่แล้ว +1

    Yo this so amazing! miss the old hoodie 😃

  • @oguz-kagan
    @oguz-kagan 2 ปีที่แล้ว

    that is creative

  • @javierserna6631
    @javierserna6631 2 ปีที่แล้ว

    Amazing work... thank you so much

  • @thisweekinreact
    @thisweekinreact 2 ปีที่แล้ว +3

    The numbers are scary 😰

  • @alexanderrojas3213
    @alexanderrojas3213 2 ปีที่แล้ว +1

    confetti with skia, can it be done in rn? 🤓

  • @r_alisher
    @r_alisher 2 ปีที่แล้ว

    thank you so much

  • @event-subscriber
    @event-subscriber 2 ปีที่แล้ว

    Wow, the next level coding video:D

  • @user-23fafar
    @user-23fafar 2 ปีที่แล้ว

    Thank you

  • @bideshbanerjee5506
    @bideshbanerjee5506 2 ปีที่แล้ว +2

    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 👏👏

  • @iskanderabbassi6256
    @iskanderabbassi6256 2 ปีที่แล้ว

    niiiiiiice

  • @sourabhsoni148
    @sourabhsoni148 2 ปีที่แล้ว

    Hi William 🙌 is thair any work going on to bringing Skia to expo

  • @AnotherJoao
    @AnotherJoao 2 ปีที่แล้ว +7

    wow, I wish I could undestand 0.1% of this

  • @vikillakkavatri6416
    @vikillakkavatri6416 2 ปีที่แล้ว

    When will be symlink issue was resolved for windows

  • @shcodetech
    @shcodetech 2 ปีที่แล้ว

    Hi, William, I am facing issue with series of react native fashion course with reanimated2

  • @TrialsFromTly
    @TrialsFromTly 2 ปีที่แล้ว

    Can please do apple music onboarding interaction bubble select video

  • @geekthegeek730
    @geekthegeek730 2 ปีที่แล้ว

    How to get this ios simulator integrated inside vs code? also how come the simulator looks different from what apple provides?

  • @edistar
    @edistar 2 ปีที่แล้ว

    Can I ask what font you're using for your editor?

  • @__edward
    @__edward 2 ปีที่แล้ว

    the numbers got a big laggy after you wrapped them with CRT

  • @alexokin6819
    @alexokin6819 2 ปีที่แล้ว

    source code and vid are completely different : undefined is not a constructor (evaluating 'new _simplexNoise.default("color")') error someone please help

  • @haseebkambohh
    @haseebkambohh 2 ปีที่แล้ว

    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 )

  • @gowthamgobalakrishnan5303
    @gowthamgobalakrishnan5303 2 ปีที่แล้ว

    Is it possible to create audiowave form and trimmer UI using skia ?
    Can someone guide me I'm new to skia and rn

  • @tonikevo1333
    @tonikevo1333 2 ปีที่แล้ว

    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.

    • @alexokin6819
      @alexokin6819 2 ปีที่แล้ว

      did you ever solve the skia value is a function expecting string error?

    • @alexokin6819
      @alexokin6819 2 ปีที่แล้ว

      what i meant was simplexnoise constructor bug, also daydream by lupe at end sucha slap in the face when it doesnt work

  • @bryanenid1228
    @bryanenid1228 2 ปีที่แล้ว

    How can we learn Skia shader language?

    • @wcandillon
      @wcandillon  2 ปีที่แล้ว

      shaders.skia.org/ but this is almost identical to glsl

  • @huzeyfetas
    @huzeyfetas 2 ปีที่แล้ว

    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..

  • @alexokin6819
    @alexokin6819 2 ปีที่แล้ว

    undefined is not a constructor (evaluating 'new _simplexNoise.default(i + "-" + j)')
    please help there is bug in your code

  • @NiteshSingh-tk8vh
    @NiteshSingh-tk8vh 2 ปีที่แล้ว

    @bs_4c99

  • @NiteshSingh-tk8vh
    @NiteshSingh-tk8vh 2 ปีที่แล้ว

    @bs_a_9063763

  • @juejuepaing6985
    @juejuepaing6985 2 ปีที่แล้ว

    Thank you