add gif in README.md
This commit is contained in:
@@ -2,8 +2,8 @@ use physarum::model;
|
||||
|
||||
fn main() {
|
||||
// # of iterations to go through
|
||||
// let n_iterations = 1024;
|
||||
let n_iterations = 2048;
|
||||
let n_iterations = 1024;
|
||||
// let n_iterations = 2048;
|
||||
|
||||
// Size of grid and pictures
|
||||
let (width, height) = (256, 256);
|
||||
|
||||
Reference in New Issue
Block a user