107
Leaving Rust gamedev after 3 years
(loglog.games)
Welcome to the Rust community! This is a place to discuss about the Rust programming language.
Credits
How well does Godot integrate with modules written in other languages? I assume you have to compile a library for each target platform on your Rust component and then link it dynamically in Godot somehow?
Pretty much. If you're using Godot 4, you use gdext, and for Godot 3, use gdnative.