Pumpkin: A Modern Minecraft server written in Rust

Empowering everyone to host fast and efficient Minecraft servers. – Snowiiii/Pumpkin… Read more

Similar

I hotreload Rust and so can you

Hotreloading allows one to change the behavior of a program while it is running. Unlike a plugin system it is strictly a dev tool. Usually rust game devs limit their hotreloading to data files. This is pretty useful already! It lets one reload graphic as... (more…)

Read more »

Speed of Rust vs. C

The run-time speed and memory usage of programs written in Rust should about the same as of programs written in C, but overall programming style of these languages is different enough that it's hard to generalize their speed. This is a summary of where th... (more…)

Read more »