game development with rust: A STARTING GUIDE
More and more developers are choosing Rust over C++ as their go-to language for game development. In this article we will try to give some insights on the main foundations of game development with rust. Introduction Rust is a systems programming language that runs blazingly fast, prevents segfaults, and guarantees thread safety. Developed by Mozilla, …