ASMR programming STAR WARS - RUST & BEVY

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

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

  • @Tantandev
    @Tantandev  10 หลายเดือนก่อน +15

    Source code for you programmer ninjas:
    github.com/TanTanDev/not_star_wars

    • @Tantandev
      @Tantandev  10 หลายเดือนก่อน +4

      some part of the video are cut up or sped up. (compiling is cut, and some random things I might've gotten stuck on)

    • @herrbanane
      @herrbanane 10 หลายเดือนก่อน +1

      That's cheating. 😛

    • @herrbanane
      @herrbanane 10 หลายเดือนก่อน +2

      Next time include all the swearing please. 😅 (If any, there must be something)

  • @costelinha1867
    @costelinha1867 10 หลายเดือนก่อน +50

    You know Tantan is a real programmer when the first thing he does after installing dependencies, is copy code from Bevy's repo.

  • @alundra828
    @alundra828 10 หลายเดือนก่อน +15

    It's honestly so refreshing to just witness someone's workflow. No preamble. No fluff. Just productivity, precisely broken down and laid bare for other developers so they can pick up the patterns and things to watch out for.
    A suggestion for the future. Lots of silent TH-cam channels add some commentary in the closed captions system. Might be useful to add some if there are ever things you're doing on screen that you want to add justifications for.
    Fantastic work!

  • @masela01
    @masela01 10 หลายเดือนก่อน +38

    man i wish to develop a workflow like that one day, you're so fast and skilled with your keyboard-only navigation

    • @lshadowSFX
      @lshadowSFX 10 หลายเดือนก่อน

      i want to achieve the same!

    • @herrbanane
      @herrbanane 10 หลายเดือนก่อน +1

      Start small, you can already do a lot with very few keybindings.

    • @m2x07
      @m2x07 10 หลายเดือนก่อน +1

      start today, theres a lot you can achieve with vim motions :)

    • @rogerwinright2290
      @rogerwinright2290 10 หลายเดือนก่อน

      Vim changed everything for me. Took me about 2 weeks and a whole lot of repetition but it's saved me a lot of time since

    • @defnlife1683
      @defnlife1683 10 หลายเดือนก่อน

      Tiling Window Managers and Vim really change the game to achieve this.

  • @inclinedplane0192
    @inclinedplane0192 10 หลายเดือนก่อน +1

    This is great! Perfect resource for showing the complete process, order of operations, problem solving, Vim IDE helpers, and tons of Bevy features packed into a very watchable hour.

  • @uncertawn
    @uncertawn 10 หลายเดือนก่อน +7

    every upload is more and more impressive

  • @RodrigoSKJ
    @RodrigoSKJ 10 หลายเดือนก่อน +1

    You are a legend man, this is going to be super helpful, thanks

  • @mrtitanhearted3832
    @mrtitanhearted3832 10 หลายเดือนก่อน

    That was awesome to see full developement in bevy!

  • @JeffHanke
    @JeffHanke 10 หลายเดือนก่อน

    Wow, that "hdr: true" is doing some heavy lifting.

  • @RogerValor
    @RogerValor 10 หลายเดือนก่อน

    Oh, only had time to watch part of it, but I love this, looking forward to learn from this. Thx Tantan.

  • @WiliamKarlsen
    @WiliamKarlsen 10 หลายเดือนก่อน

    Love what you did with the "bevy add bevy"! I always do the same thing. Lol

  • @ilyabasisty
    @ilyabasisty 10 หลายเดือนก่อน

    Wow! Thank you very much for your creativity! It was thanks to you that I began to study rust and bevy

  • @herrbanane
    @herrbanane 10 หลายเดือนก่อน +1

    More of this type of content please.

  • @CuriousSpy
    @CuriousSpy 10 หลายเดือนก่อน

    Thank you for this amazing silent tutorial

  • @jerrygodzilla
    @jerrygodzilla 10 หลายเดือนก่อน +2

    ❤ Bevy, Rust, and Tantan

  • @RoamingAdhocrat
    @RoamingAdhocrat 10 หลายเดือนก่อน +1

    0:28 "Bevy not found" NOOOOO

  • @john-peterkrause7237
    @john-peterkrause7237 10 หลายเดือนก่อน +2

    You're a coding wizard, holy moly

    • @IamPyu-v
      @IamPyu-v 10 หลายเดือนก่อน +4

      Check out tsoding daily if you want to see another wizard

  • @alexandriap.3285
    @alexandriap.3285 10 หลายเดือนก่อน +1

    Huh, Helix editor + VIM-like modal extension for Firefox? How do you deal with the muscle memory whiplash? I've been meaning to try Tridactyl again, but I've been worried about screwing up my Helix muscle memory...

    • @QmVuamFtaW4
      @QmVuamFtaW4 10 หลายเดือนก่อน

      helix is not so different from vim keybinds

  • @woosix7735
    @woosix7735 10 หลายเดือนก่อน

    There is this one key on your keyboard where the spring just resonates/rings so much...

  • @ferapontovmichail1645
    @ferapontovmichail1645 10 หลายเดือนก่อน

    suprising ASMR content

  • @ToumalRakesh
    @ToumalRakesh 10 หลายเดือนก่อน +1

    Lol, I am literally just working on a remake of an old DOS flight sim (F117A by Microprose) and am looking for why my query doesn't return any values if I fetch multiple components when your video popped up. Mind you, still don't know why it won't work because in your code it does, but hey.

    • @nolann6324
      @nolann6324 10 หลายเดือนก่อน +1

      Be careful with parentheses in Query, asking for a tuple or just various struct can lead to different behaviours

    • @ToumalRakesh
      @ToumalRakesh 10 หลายเดือนก่อน +1

      @@nolann6324 Yeah I have a combination of mutable and immutable components to fetch, but even if I fetch more than 1 it returns empty. I got a question on the bevy discord open at the moment, I hope someone can help me ^_^

  • @Voxelphile
    @Voxelphile 10 หลายเดือนก่อน

    Clicky keyboard is spicy!! 🌶🥵

  • @verack1616
    @verack1616 10 หลายเดือนก่อน

    Thanks, i need this

  • @zyansheep
    @zyansheep 10 หลายเดือนก่อน

    So satisfying...

  • @InMemoryOfNeo
    @InMemoryOfNeo 10 หลายเดือนก่อน

    nice video, I think you can increase font size and move keyboard to bottom right corner and decrease it's size a little bit.

  • @Retic_01
    @Retic_01 10 หลายเดือนก่อน

    look at you!!! Keyboard only! Nice man

  • @Blazeking636
    @Blazeking636 10 หลายเดือนก่อน

    Love your videos and this is awesome to watch. You may want to look into these tools as I've found them in my Helix workflow to be game changers Zellij and Yazi both are rust tools for the terminal

  • @perplexedsnowmobile
    @perplexedsnowmobile 10 หลายเดือนก่อน +1

    What window manager is that?, it looks like gnome but it has tiling

    • @elevenhsoft
      @elevenhsoft 10 หลายเดือนก่อน +1

      Pop os

  • @bowarc
    @bowarc 10 หลายเดือนก่อน

    Hey,
    Rly cool video format !
    What are thoses flickers on the top of the screen that appear sometimes?
    Not a big deal obv just wondering.
    'good day

    • @herrbanane
      @herrbanane 10 หลายเดือนก่อน

      Probably screen tearing.

  • @GoodHomeVideos
    @GoodHomeVideos 9 หลายเดือนก่อน

    It seems like a crime against nature for this guy to not talk in a video

  • @Adinath993
    @Adinath993 10 หลายเดือนก่อน

    Could u make a tutorial series on how to develope a game like this one...
    It would be really helpful for all of us

  • @valeriochiodi1792
    @valeriochiodi1792 9 หลายเดือนก่อน

    Rust, bevy autocomplete don't work with me in helix. where i could find how to do it ?
    i started to use helix follow this video

  • @adytm
    @adytm 10 หลายเดือนก่อน +1

    What keyboard is that? 👀

  • @peternrdstrm
    @peternrdstrm 10 หลายเดือนก่อน

    Absolute madlad😱

  • @Dorbellprod
    @Dorbellprod 10 หลายเดือนก่อน

    AWESOME

  • @dorktales254
    @dorktales254 10 หลายเดือนก่อน +1

    Do you know what could be causing the random jitters in your screencap?

    • @boxhead-zk7sn
      @boxhead-zk7sn 10 หลายเดือนก่อน

      yes, we did

    • @QmVuamFtaW4
      @QmVuamFtaW4 10 หลายเดือนก่อน

      trust me i did not do that

  • @starlord0208
    @starlord0208 10 หลายเดือนก่อน +1

    ❤❤

  • @bobmzrfckingross
    @bobmzrfckingross 10 หลายเดือนก่อน

    Let's go!!
    🌌⭐🔫

  • @sunofabeach9424
    @sunofabeach9424 3 หลายเดือนก่อน

    50:12 are you a wayland user by chance?

  • @Evilope
    @Evilope 10 หลายเดือนก่อน

    Why not a terminal file manager like lf?

  • @danny_hvc
    @danny_hvc 10 หลายเดือนก่อน

    Can you post your helix config?

  • @z0hlok
    @z0hlok 10 หลายเดือนก่อน

    whats your helix config?

  • @Siphonife
    @Siphonife 10 หลายเดือนก่อน +1

    This is a great resource for anyone trying to understand Bevy but I wouldn't suggest doing this on your main channel. You should post it on a second channel and link to it via your main content. This format will I'm guessing underperform compared to your main content and hurt your main contents recommend-ability. The algorithm likes analytics. All in all its just my 2 cents. You do You. And yes I found you, your discord, and your channel via a recommendation from youtube.

  • @aeiou3962
    @aeiou3962 10 หลายเดือนก่อน

    Wow

  • @cansado2287
    @cansado2287 10 หลายเดือนก่อน +1

    hmmmm coisa boa

  • @MattWyndham
    @MattWyndham 10 หลายเดือนก่อน

    Why not use Shift+Ctrl+N to make new files?

    • @MattWyndham
      @MattWyndham 10 หลายเดือนก่อน

      folders***

  • @MonhooGameDevlogs
    @MonhooGameDevlogs 10 หลายเดือนก่อน

    Intersting

  • @sourcream1671
    @sourcream1671 10 หลายเดือนก่อน

    yoo berb

  • @pizzapie2867
    @pizzapie2867 10 หลายเดือนก่อน

    hehe

  • @dstart1
    @dstart1 10 หลายเดือนก่อน

    Maybe you should have put ASMR in the title.

    • @Tantandev
      @Tantandev  10 หลายเดือนก่อน +1

      good idea!

  • @doce3609
    @doce3609 10 หลายเดือนก่อน

    I am not against it ... BUT WHYYY all of a sudden THIS?!

  • @ViperPacket
    @ViperPacket 10 หลายเดือนก่อน

    this is the rust & bevy is the NodeJS of game developent absolutely horrible. 300+ packages

    • @diadetediotedio6918
      @diadetediotedio6918 10 หลายเดือนก่อน

      300 packages for a fully capable game engine is not much, most of these are very low on size and you only need to compile them once per project, it is all very contained so stop crying already.

    • @ViperPacket
      @ViperPacket 9 หลายเดือนก่อน

      YIIIIKEEEESS keep telling yourself that lmfao 🤣🤣🤣🤣🤣🤣@@diadetediotedio6918