this post was submitted on 22 Sep 2023
8 points (100.0% liked)
Game Development
4099 readers
4 users here now
Welcome to the game development community! This is a place to talk about and post anything related to the field of game development.
founded 2 years ago
MODERATORS
you are viewing a single comment's thread
view the rest of the comments
view the rest of the comments
I will probably switch to Godot, however it also comes with lots of extras I don't need such as an editor, model importer, and so on. I just need something low level for audiovisual and input. Perhaps a render engine too.
You can disable editor features and even recompile without modules if you really don’t want them
Impressive
Try either Raylib (C) or Bevy (Rust)
Thanks!!