Skia Shaders and the SDF of a Line

Поділитися
Вставка
  • Опубліковано 28 чер 2024
  • Source code: gist.github.com/wcandillon/c7...
    Starter: gist.github.com/wcandillon/7a...
    Resources from Inigo Quilez iquilezles.org
    3blue1brown video on the dot product: • Dot products and duali...
    Book of Shaders: thebookofshaders.com/
    Learn React Native Gestures and Animations at start-react-native.dev/
    Chapters:
    0:00 Intro
    7:29 SDF of a Circle
    21:37 SDF of Line
    31:17 End credits & teaser
  • Наука та технологія

КОМЕНТАРІ • 31

  • @Dimaageev
    @Dimaageev Рік тому +23

    William, thank you for your contribution to our community, React Native wouldn’t have been the same without you 🤜🤛

  • @Reactiive
    @Reactiive Рік тому +16

    Thank you William! A really helpful tutorial. Mastering shaders really takes the animation on another level

  • @DrNabeel20
    @DrNabeel20 Рік тому +2

    the day you post is a good day for sure! Great job :)

  • @DanRNLab
    @DanRNLab Рік тому +4

    Thank you for making these cool mathematical topics mainstream 🙌

  • @SkiZofriendz
    @SkiZofriendz Рік тому +15

    Thank you Johnny Sins

  • @MrNeosporim
    @MrNeosporim Рік тому +1

    Such a great content as always. Thank you!

  • @abhishekjha6102
    @abhishekjha6102 Рік тому +1

    Amazing 😍 thank you for this animation tutorial

  • @omemester6985
    @omemester6985 Рік тому +2

    Great video as always!
    Any plans to update some of your old animations such as liquid swipe to use Skia?

  • @PavloCPP
    @PavloCPP 10 місяців тому

    This is insane, your videos are priceless, thank you, Mr William

  • @chuo129
    @chuo129 Рік тому +2

    Are you doing the one-error-one-push-up challange? Cause you're getting buff, bb.
    Excellent video as always, btw.

  • @jjysoserious
    @jjysoserious Рік тому

    Crazy cool and smart! Very niche but super interesting.

  • @SohelIslamImran
    @SohelIslamImran Рік тому +1

    Thank you

  • @raffaelescala646
    @raffaelescala646 Рік тому

    Hello William, thanks you for the great content. Just for sake of curiosity how do you realize the animated code snippet inside the video?

  • @efari
    @efari Рік тому +1

    This is awesome!
    Is there any way to get syntax highlighting (and/or ESLINT) on the Skia Shader Language?

    • @wcandillon
      @wcandillon  Рік тому +3

      that's a great question! @JonnyBurger did a small vscode extension for that, and we are looking to see if there is an easy way to ship it. Another way which I realized after recording the video is to simply create an .sksl file (and configure the file extension in vscode). Stay tuned for more on this.

  • @jimho9045
    @jimho9045 Рік тому

    Hi William Im working on React Native .Can it be done in React Native like grayscale on all app?Look forward to your clarification

  • @thisweekinreact
    @thisweekinreact Рік тому

    I don't understand everything yet but I'm always there for the intro/outro ;)
    Berlin - I need your help 🤔

  • @user-ut9jr5tg1w
    @user-ut9jr5tg1w Місяць тому

    cool..!

  • @sujathaprabhakar
    @sujathaprabhakar Рік тому

    Can we make a custom text editor like sun editor in react native??

  • @zhakunigor
    @zhakunigor 3 місяці тому

    @Wiliam - what about anti-aliasing - setting is not working for RuntimeShader

  • @arturrubets
    @arturrubets Рік тому

    Hello, please tell me the theme in vscode?

  • @fukemy123
    @fukemy123 Рік тому

    hello, can you make tutorial about Contextmenu like telegram? Thanks so much

  • @armanshahinyan4763
    @armanshahinyan4763 Рік тому

    You look like Sean Evans from the Hot Ones youtube show.

  • @anupp2207
    @anupp2207 Рік тому +1

    Can we create a customized text editor like sun editor in react native ??

  • @glaze4629
    @glaze4629 Рік тому +1

    I do wonder how does one learn to apply math to coding? I mean this is awesome

    • @arjundureja
      @arjundureja Рік тому

      Having knowledge of vector calculus helps

    • @wcandillon
      @wcandillon  Рік тому

      I did a video on the topic of trigonometry: ua-cam.com/video/-lF7sSTelOg/v-deo.html many other youtubers have great videos on this topic.

    • @glaze4629
      @glaze4629 Рік тому

      @@wcandillon Thanks for replying, I did in fact watched it and learnt how to apply trig to my animations because of it, it's just the way math is teached is way too abstract to find it a use case, at least for me, I'm learning linear algebra but still can not find a use case for it