159
you are viewing a single comment's thread
view the rest of the comments
view the rest of the comments
this post was submitted on 18 Sep 2023
159 points (100.0% liked)
games
20500 readers
272 users here now
Tabletop, DnD, board games, and minecraft. Also Animal Crossing.
-
3rd International Volunteer Brigade (Hexbear gaming discord)
Rules
- No racism, sexism, ableism, homophobia, or transphobia. Don't care if it's ironic don't post comments or content like that here.
- Mark spoilers
- No bad mouthing sonic games here :no-copyright:
- No gamers allowed :soviet-huff:
- No squabbling or petty arguments here. Remember to disengage and respect others choice to do so when an argument gets too much
founded 4 years ago
MODERATORS
I'm gonna be honest, what use does a game like Caves of Qud even have for a game engine lol. It seems all the actual game logic is his own code and he only used the engine for rendering fancy ascii tiles?
I don't really know in Qud's case, but sometimes an engine helps with some surprisingly basic stuff.
I just went from hand rolling my own engines to using Godot, and it's just incredible how nice it is to have something move my textures in and out of the GPU for me instead of having to do my own texture atlassing and preloader. I could rewrite the entire renderer and game loop by hand and I'd still be gaining stuff like that.
Still probably easier for Qud to switch engines than it would be for a lot of games. A lot of Unity devs don't even program and are just stringing together a dozen no-coding packages they found on the unity app store.