Odin + Raylib: Breakout game from start to finish

Поделиться
HTML-код
  • Опубликовано: 10 ноя 2024
  • ИгрыИгры

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

  • @dizphunkt
    @dizphunkt 4 месяца назад +9

    wow, I'm only 5 minutes into this video but I like how detailed you explain things. Highly appreciated and very inspiring. Please continue your tutorials on Odin!! Thank you very much!

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

    Great educational Odin-lang resource!

  • @AlexanderEndless
    @AlexanderEndless 2 месяца назад +2

    This is a very interesting video coming from another programming language. I've done raylib stuff before in C#, but this is kind of interesting because I can get my feet wet with Odin, while using stuff I already know e.g raylib.

  • @nonefvnfvnjnjnjevjenjvonej3384
    @nonefvnfvnjnjnjevjenjvonej3384 3 месяца назад +2

    you are so clear and methodical in your explanations without overdoing it! lovely tutorial.

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

    I like how you explained fixed timestep physics, but in a game like this, I think it's better to just clamp "dt" to some reasonable maximum. Like slowing down time when the game can't keep up.

  • @PanosGeorgiadis
    @PanosGeorgiadis 3 месяца назад +3

    Great code walkthrough!

  • @vincentole
    @vincentole 3 месяца назад +1

    Great video, thanks a lot! I really like how you break down and explain each step :)

  • @fsouza
    @fsouza 4 месяца назад +3

    Thanks!

  • @magisterkarlsson
    @magisterkarlsson 3 месяца назад +1

    Really great content; thanks!

  • @greenya84
    @greenya84 3 месяца назад +1

    Thank you for great video. I would really appreciate if you could show some project where you split code on multiple files (and packages?). For example maybe some is responsible for some specific part of the project. Is it consiredered to be a different package or its all part of the same package which is "the game" ("breakout" in the video). So if there is already a some tutorial or video showcasing it, please point me out. Thank you in advance

    • @karl_zylinski
      @karl_zylinski  3 месяца назад +2

      Hi, I would say just keep the game within one package and split things into separate files. I talk a bit about it in this section of my intro to Odin blog post: zylinski.se/posts/introduction-to-odin/#opinion-use-packages-for-libraries-not-as-namespaces

  • @euclid2
    @euclid2 4 месяца назад

    ;n; im going to sue. jk