Welcome to the 20th issue of the Rust GameDev Workgroup's
monthly newsletter.
Rust is a systems lang… (more…)
Read more »
TL;DR: On Linux, if you have Transparent Huge Pages enabled, you can try to run cargo with the environment variable MALLOC_CONF="thp:always,metadata_thp:always" for a potential ~5% speed boost. (more…)
Read more »
Recently, I needed WebSockets in my side project. I will share how I implemented it, what I learned. (more…)
Read more »
Windows API and GUI in safe, idiomatic Rust. Contribute to rodrigocfd/winsafe development by creating an account on GitHub. (more…)
Read more »
A Rust framework for building Minecraft servers. Contribute to valence-rs/valence development by creating an account on GitHub. (more…)
Read more »