this post was submitted on 13 Sep 2023
81 points (97.6% liked)

Game Development

4604 readers
62 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.

Community Wiki

founded 2 years ago
MODERATORS
you are viewing a single comment's thread
view the rest of the comments
[โ€“] mac@programming.dev 17 points 2 years ago (1 children)

Godot and Bevy are both FOSS. Godot is built in C++ and allows using GdScript and C++, or C#. Bevy is built in Rust and allows using Rust

[โ€“] unreliable@discuss.tchncs.de 10 points 2 years ago

For rust, you can still use godot. There is the godot-rust is complete for godot 3, on development for godot 4.