this post was submitted on 22 Jul 2023
11 points (100.0% liked)
British Success
673 readers
1 users here now
Celebrate the best bits of being a Brit with your fellow Brits and show off our culture to the rest of the world.
Rules
- Be Kind.
- Be friendly.
- Follow Feddit.uk site rules.
founded 1 year ago
MODERATORS
you are viewing a single comment's thread
view the rest of the comments
view the rest of the comments
Same, spend all day WFH at my desk to then spend the evening doing the same. It's just not appealing some times.
I've always used Unity but was never a fan of it. I started my latest project in Godot and cannot believe how easy of a time I'm having with it. Unity felt like a chore in comparison somehow.
What's SDL?
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/
Will check it out. Thanks for the explanation!