Thread
Stories related to "Rust Case Study: Chucklefish Taps Rust to Bring Safe Concurrency to Video Games" across the full archive.
Hey everyone, this is a tool I've written for myself while I'm working on my PhD. I gave a talk on it at Indy.rs and finally got a blog post done. The short version is that I wrote a library and command line tool for simulating the polarization of a laser beam as it passes through different optical ...
Chucklefish are the developers behind the games Starbound and Stardew Valley.
Abstract: "Widely used complex code refactoring tools lack a solid reasoning about the correctness of the transformations they implement, whilst interest in proven correct refactoring is ever increasing as only formal verification can provide true confidence in applying tool-automated refactoring to...
Convert strings between kebab-case, snake_case, camelCase, and much more: convert_case released