Retro Vibes: ASCII Hot Coffee Animation in JavaScript (Node.js) -

Поделиться
HTML-код
  • Опубликовано: 18 май 2024
  • Hey guys what's going on, hope you're all doing well.
    This is a response video to a couple of requests I've received on how to do this awesome animation.
    Probably the next time, I will show you how to do that in Python, C and Rust if you like !
    coffee animation shorts: • Coffee Animation coded...
    #️⃣ Social Media:
    𝕏: / bekbrace
    IG: / bek_brace
    tiktok: / bekbrace
    🅿️ Support the channel if you want:
    - Become a Patron: / bekbrace
    - Become a member: Join @BekBrace
    - Buy me a coffee: ko-fi.com/bekbrace
    🪙 Bitcoin address:
    bc1q0nk7e0mjmcjzy5c8p8kzr8smem46ug5mrnh2td
    Retro coding resources:
    The C Programming Language by Brian W. Kernighan and Dennis M. Ritchie
    Structure and Interpretation of Computer Programs by Harold Abelson and Gerald Jay Sussman
    Code Complete by Steve McConnell
    The Art of Computer Programming by Donald E. Knuth
    Programming Pearls by Jon Bentley
    Hackers: Heroes of the Computer Revolution by Steven Levy
    Computer Programming Fundamentals by George D. Trueblood
    Assembly Language Programming for the IBM PC Family by William B. Jones
    The Mythical Man-Month by Frederick P. Brooks Jr.
    Gödel, Escher, Bach: An Eternal Golden Braid by Douglas Hofstadter
    Credits: Thank you ‪@Infraction‬ for the music
  • НаукаНаука

Комментарии • 18

  • @Fullflexno
    @Fullflexno Месяц назад +1

    Thanks for this, super cool! Cheers from norway!

    • @BekBrace
      @BekBrace  Месяц назад +1

      You're very welcome my friend 😊 Cheers back 🙏

  • @mobalaaa
    @mobalaaa Месяц назад +1

    what great retro intro man !!

  • @hottbirdd
    @hottbirdd Месяц назад

    THE INTRO IS EPIICCCC !!!!!

  • @amrgamal6374
    @amrgamal6374 Месяц назад +1

    thanks for the video btw are you interested in dart and flutter ?
    if yes i hope you are planning some content down that road 😅

    • @BekBrace
      @BekBrace  Месяц назад

      Thank you 😊🙏
      Not particularly, but I might give Flutter a go 😀

  • @volodyslove
    @volodyslove Месяц назад

    Nice lesson. What about GUI like tkinter, GhatGPT said it's really hard to make your own GUI, is it true?😅

    • @BekBrace
      @BekBrace  Месяц назад

      Thanks ! I hate GUI!

    • @volodyslove
      @volodyslove Месяц назад

      @@BekBrace But how without GUI

    • @BekBrace
      @BekBrace  Месяц назад

      I'm more of a CLI than a GUI, I programmed animations on Basic for atari in 1990 and all we had was a keyboard, I used a mouse for the first time in 1997 - so the concept of the mouse is foreign to me. That's why I love CLI more

  • @MPAXEL
    @MPAXEL Месяц назад

    Thanks man, how can i create a maze in node or C ?

    • @BekBrace
      @BekBrace  Месяц назад

      Thank you my friend for your comment, that would require a full video to show you how it's done :)

  • @_Verac
    @_Verac Месяц назад

    That seems really inefficient to redraw the entire frame just to update few characters on the screen.

    • @BekBrace
      @BekBrace  Месяц назад

      If you have a constructive comment share it, that would be more useful

    • @_Verac
      @_Verac Месяц назад

      I was hoping for you to do that hence the criticism.

    • @BekBrace
      @BekBrace  Месяц назад +1

      @@_Verac I understand your point, it's not memory efficient and you're right, but as far as I know that's the only way to do animation on CLI, unless I'm mistaken