Lily McCabe
Lily McCabe
Right off the bat, here's the minimum reproducible example: Cargo.toml: ```toml [package] name = "bug_rep" version = "0.1.0" edition = "2021" [dependencies] bytemuck = { version = "1.14.0", features =...
There is a semi-official [Terminal Graphics Protocol introduced by Kitty](https://sw.kovidgoyal.net/kitty/graphics-protocol/), which can be used to draw full-colour, full resolution images within terminal programs. Does this project intend to support that...
Factors out all of the strings that need to be edited before making to name the project into a single string at the top of the top level premake5.lua
Simply makes the random number generation thread local, which massively improves performance when generating random numbers across many threads.