|
|
|
|
|
by apitman
2841 days ago
|
|
I had a very interesting experience as a Rust newbie developing a genetic algorithm simulation[0]. I started with my mental model of how to represent things, and I definitely felt like the borrow checker pushed me to adopt more ECS principles. [0] https://github.com/anderspitman/battle_beetles |
|