What did you do well this week that made you smile.

This thread is for the little wins that didn’t get their own post.

Let’s all pat each other on the back.

  • blackbird
    link
    fedilink
    English
    arrow-up
    2
    ·
    11 months ago

    SDL is Simple Direct-media Layer (I think) and is a low level c++ frame work for writing games and multimedia applications. I wrote everything from the main loop to sprite animation classes, smoothing, serialisation, menus etc. etc. Great fun to have total control but also a pain, so Godot is a joy though I might investigate c++ to supplement gdscript as I’m not really into the python style (yet). Have a look at SDL here https://www.libsdl.org/

    • tkcOPM
      link
      fedilink
      English
      arrow-up
      1
      ·
      11 months ago

      Will check it out. Thanks for the explanation!