10 Raylib examples to activate your almonds

Поділитися
Вставка
  • Опубліковано 5 лис 2024

КОМЕНТАРІ • 21

  • @sanderbos4243
    @sanderbos4243 Місяць тому +3

    Great showcase! Definitely activated my almonds

  • @vantadaga
    @vantadaga Місяць тому

    Great video, what editor theme is that?

  • @diegofloor
    @diegofloor Місяць тому +2

    I'm laughing at the font bit. "No"

  • @josephferano
    @josephferano Місяць тому +2

    My almonds are fully active learning about raylib shaders now...

  • @nomadtrails
    @nomadtrails Місяць тому

    I'm using Raylib to learn Go, Zig, and Odin. Programming just got fun again. Its hard to go back to work building web stuff in typescript hahaha.

  • @101graffhead
    @101graffhead Місяць тому

    in the normalize example why is deltaframetime added instead of just speed?
    thanks

  • @Unavailable8923
    @Unavailable8923 Місяць тому +2

    What are the pros and cons of using Odin+raylib vs. Odin+SDL2?

    • @LeoAzul-xo7fy
      @LeoAzul-xo7fy Місяць тому +2

      Raylib is simpler to use out of the box as the API handles most things you would need to program a game on the graphics side, while, SDL is more flexible and, is designed in a way to be easily integrated with other libraries and APIs

    • @budgetjim
      @budgetjim Місяць тому +2

      Raylib also provides functions for 3D graphics (model loading, animation, rendering) that SDL does not.

    • @KodosUnofficial2-jq5oo
      @KodosUnofficial2-jq5oo Місяць тому +2

      Raylib have built-in camera and collision system, in SDL you should implement that from scratch.

    • @DylanFalconer
      @DylanFalconer  Місяць тому +2

      Good question, I think everyone else already covered it so thanks guys!

  • @josephferano
    @josephferano Місяць тому +1

    My almond got activated, now I'm learning about shaders in raylib...

    • @DylanFalconer
      @DylanFalconer  Місяць тому

      Giving me ideas of using simple shapes with a bunch of post processing

  • @aylazer23
    @aylazer23 Місяць тому +2

    You've left the C gang i guess 😔

    • @DylanFalconer
      @DylanFalconer  Місяць тому +2

      Yeah, it was tough I won't lie! C will always have a special place in my heart

    • @wiktorwektor123
      @wiktorwektor123 Місяць тому

      @@DylanFalconer It was hard for me too. But slices, custom allocators, "batteries included", defer, array programming, context etc. were too good to not swich.