This program is really awesome! however, on my machine it didn't quite work out of the box (Windows 10). It panicked on main.rs:72 imgbuf.save(format!("result/result-{}.png", seed)).unwrap();
The thing that fixed it for me was to create the directory result myself in the explorer.
I'm guessing that by creating that folder yourself, this program works out of the box!
(btw thus far this is my favourite
 )
This program is really awesome! however, on my machine it didn't quite work out of the box (Windows 10). It panicked on main.rs:72
imgbuf.save(format!("result/result-{}.png", seed)).unwrap();The thing that fixed it for me was to create the directory
resultmyself in the explorer.I'm guessing that by creating that folder yourself, this program works out of the box!
(btw thus far this is my favourite
 )