Game Development is one of the fields in which Rust can gain a lot of traction. As a modern compiled language with performances comparable to C++, Rust can finally free us from the tyranny …
You know I worked a lot with pathfinding. In academia, the MovingAI benchmark created by the MovingAI Lab of the University of Denver is a must for benchmarking pathfinding algorithms. It …
Note: This article has not been updated in the last 2 years. The information may be outdated. One of the feature I like the most on Rust is automatic documentation. Documentation is …