Thread
Stories related to "Rust's borrow checker: Not just a nuisance" across the full archive.
Fuzzing languages found plenty of problems in their tooling (esp compilers). Advanced type systems such as Rust's were a problem for simple fuzzers. This work leverages CLP to fuzz an advanced type-system. This attempt focuses on Rust but the concept may be useful for other languages.
Chucklefish are the developers behind the games Starbound and Stardew Valley.
Just wanted to share my project of the last few months with the lobsters community!
Source code: https://github.com/maxbittker/sandspiel
Sandspiel leverages Rust for the heavy duty game update logic, WebGL for the fluid simulation, and javascript to glue things together and implement the ga...
> ggez is a lightweight portable game framework in Rust, inspired by LÖVE.