this post was submitted on 13 Sep 2023
44 points (100.0% liked)
Game Development
61 readers
1 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 1 year ago
MODERATORS
you are viewing a single comment's thread
view the rest of the comments
view the rest of the comments
There's free software equivalents to Unity? Video games are made by programmers, a FOSS alternative would advance quickly give thay its users are all programmers themselves, no?
https://godotengine.org/ released under the MIT license and very similar to Unity in terms of their target users.
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
For rust, you can still use godot. There is the godot-rust is complete for godot 3, on development for godot 4.