Tune Your Brain into SHADERS!

Поділитися
Вставка
  • Опубліковано 29 вер 2024
  • ‪@PlayWithFurcifer‬ Style Water: github.com/nek...
    #GoGodotJam3 :
    Website: gogodotjam.com/
    Jam Page CLASSIC: itch.io/jam/go...
    Jam Page ULTRA: gotm.io/jam/go...
    Channels Mentioned in the Video:
    ‪@PlayWithFurcifer‬ : / playwithfurcifer
    ‪@Codeer‬ : / codeer
    ‪@acegikmo‬ : / acegikmo
    Support Me:
    ko-fi.com/nekoto
    Last Shader Video:
    • The MOST IMPORTANT Sha...
  • Розваги

КОМЕНТАРІ • 56

  • @acegikmo
    @acegikmo 2 роки тому +192

    but I never got any email from you ;-;

    • @ViniCavin
      @ViniCavin Рік тому +10

      Senpai have noticed you. congratz

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

    I think playing with the node based shader editors like in Blender might help.

  • @RedefineGamedev
    @RedefineGamedev 2 роки тому +25

    One important step in mastering shaders is learning how to think in their terms and this video nails it perfectly. Great work!

    • @NekotoArts
      @NekotoArts  2 роки тому +3

      Thank you! Learning how to think in shader terms is very important!

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

      Definitely, I've watched a few shader videos but they felt a little over my head. Understanding the mask thing and what vertex shaders are vs. UV shaders from this video really made some stuff click.

  • @ishi...
    @ishi... 2 роки тому +1

    edit: I got it to work by adjusting the water_color alpha
    I am having trouble getting that water shader to work ... I have a sprite with the godot icon ... new shader material ... new shader ... put the code from github in there (sprite == black)... put new siplex noise in uniform 1 (sprite == white with small black spheres apearing) ... put in 2nd nois texture (sprite == just white nothing else)
    ...am I doing something wrong?

  • @MrEliptik
    @MrEliptik 2 роки тому +10

    As always, really good! Can't wait to see more of your shader content :)

    • @NekotoArts
      @NekotoArts  2 роки тому

      hehe, there's always more incoming :D

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

    6:20 this would be funny if it wasn't just actually true.

  • @MacronLacrom
    @MacronLacrom 2 роки тому +1

    About the water shader thing: would I get in trouble if I copy the code for a game and sell the game?

    • @NekotoArts
      @NekotoArts  2 роки тому

      It depends on the license of the game/code that you are copying from. Licenses like MIT and CC0 are very permissive and allow you to copy code freely without worrying about anything. If you want to know which licenses allow you copy code, check out this website: choosealicense.com/licenses/
      The water shader code is linked in the description on GitHub, with a CC0 license, so feel free to copy from it!

  • @VideosAosMolhos
    @VideosAosMolhos 2 роки тому +1

    Can i suggest a rain shader for godot video?

    • @NekotoArts
      @NekotoArts  2 роки тому

      Thanks for the suggestion! I have another video that I'm currently working on but I'll keep it in mind for a future project

  • @kmitt91
    @kmitt91 2 роки тому +4

    Oh no, I missed the premiere thought it was today...
    Very cool and good explained👍

  • @tomtomkowski7653
    @tomtomkowski7653 2 роки тому +1

    Greate sense of humor xD

  • @fghjkcvb2614
    @fghjkcvb2614 2 роки тому +1

    I miss you and your Videos

    • @NekotoArts
      @NekotoArts  2 роки тому

      Aww thank you! I've got a video in the works, but its been put on hold because my house literally broke down :/
      Thank you so much for your support tho! I'll have the video out as soon as I'm able to

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

    This is interesting, I am currently researching how to do a 3D pixel shader similar to t3ssel8r unity shader for his game. Ideally, I want the shader with an outline, dithering and sharp pixel perfect edges shown in this blender video:
    ua-cam.com/video/ukP9ShJiCz0/v-deo.html

  • @longlivethesecondplaceice2736

    Hi if no one does it you could touch the fundamental building blocks for godot users. Am reading and watching videos but still dont have a clear understanding on what the can do and how the don't mix. Am getting to many errors and staring to lose hope. If you know someone who explens the functions of each code. That would help thenks.

  • @vaughndoesstuffs1856
    @vaughndoesstuffs1856 2 роки тому +1

    the best crack i've ever seen

  • @NycroLP
    @NycroLP 2 роки тому +2

    Hey, hope u dont mind me naming a video idea. Given the lack of tuts on godot shaders especially vfx most people reliant on Blender/unity/ue4 tuts. It would be interesting to know how to apply those tuts on godot.

    • @NekotoArts
      @NekotoArts  2 роки тому +2

      This is a good video idea actually! And always feel free to drop suggestions :D
      Working on a different video right now tho, so this idea will have to wait for a bit.

  • @gofastutos
    @gofastutos 2 роки тому

    Nice

  • @TheBaxes
    @TheBaxes 2 роки тому +1

    Shaders seem fun

    • @NekotoArts
      @NekotoArts  2 роки тому +1

      They are super fun! You can create super cool looking stuff with them :)

  • @berightben8318
    @berightben8318 2 роки тому +1

    Yep, you are the best on the platform

  • @gesucristo9191
    @gesucristo9191 2 роки тому +1

    Is it possible to create shaders with any programming language? Btw nice vid i just subscribed

    • @NekotoArts
      @NekotoArts  2 роки тому +1

      Technically yes, but only if someone has created a compiler for that language that can convert the language you're using into shader code for the GPU.
      So far, the most popular shader languages are GLSL (for OpenGL and Vulkan*) and HLSL (for DirectX)

  • @fabianvelander
    @fabianvelander 2 роки тому +1

    shader god, shader king, slim shady

    • @NekotoArts
      @NekotoArts  2 роки тому

      LMAO YES. My palms are sweaty

  • @theothetorch8016
    @theothetorch8016 2 роки тому +1

    Having seen your vid, I saw you in the discord for that mining game and only now do I realize.
    IT'S YOU!!! :)
    GREAT video, really helpful.

  • @AceyTM
    @AceyTM 2 роки тому +1

    Super cool tutorial, thank you really much
    You're a great teacher and you explain clearly, good work, I hope you'll get better known
    Also big thanks for helping the Godot ecosystem grow by learning cool stuff

    • @NekotoArts
      @NekotoArts  2 роки тому +1

      Thank you so much! I'm really glad that I'm able to help the Godot ecosystem grow!

  • @gingerbeargames
    @gingerbeargames 2 роки тому +1

    cheers! I think things finally clicked after this video. I've spent so many hours trying to learn shaders but I think I know where I've been going wrong now.

    • @NekotoArts
      @NekotoArts  2 роки тому

      That's awesome! I'm happy that my video was able to help you!

  • @NevoskiStudios
    @NevoskiStudios 2 роки тому +1

    Thanks for the great tutorials! Is that "2D grass instancing" example from the video on github somewhere? Seems like something I'm trying to implement.

    • @NekotoArts
      @NekotoArts  2 роки тому +1

      Tada! -> github.com/nekotogd/Godot_2D_Grass_Particles
      No credit needed, but like gimme a little holler if you do anything with it, I'd love to see!

    • @NevoskiStudios
      @NevoskiStudios 2 роки тому +1

      @@NekotoArts Will do, thanks!

  • @leonstansfield
    @leonstansfield 2 роки тому

    shaedr

  • @Max-jq6qq
    @Max-jq6qq 2 роки тому +1

    Lovely!

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

    Literally starting to learn Game dev today. looking at your BOTW shader tuts brought me here and honestly,I havent coded a thing in unity yet but I feel like I can at least do shaders with your straightforward explanation of the theory not necessarily focusing on GOdot specifically. Thank you Sir

  • @AnKlMa
    @AnKlMa 2 роки тому +1

    Love your content!! Keep it up

  • @Daelon_Suzuka
    @Daelon_Suzuka 2 роки тому +1

    Look mom, I'm on TV!

  • @adityasamudre2291
    @adityasamudre2291 2 роки тому

    As always, really good! Can't wait to see more of your shader content :)

    • @NekotoArts
      @NekotoArts  2 роки тому

      I always have more on the way! :)

  • @mazen5253
    @mazen5253 2 роки тому

    naaaah