svader0 / sandbox

Falling Sand Game Built in Rust
0 stars 2 forks source link

Multithreading Support #10

Open svader0 opened 3 months ago

svader0 commented 3 months ago

Parallelize the game by splitting up the simulation into columns and calculating them all separately.