settings update

This commit is contained in:
Simon Gardling 2025-03-27 14:17:38 -04:00
parent 278ccafb11
commit 8d54fa1eb1
Signed by: titaniumtown
GPG Key ID: 9AB28AC10ECE533D

View File

@ -9,7 +9,7 @@ fn main() {
let (width, height) = (1024, 1024);
let n_particles = 1 << 22;
let diffusivity = 1;
let n_populations = 1;
let n_populations = 3;
let mut model = model::Model::new(width, height, n_particles, n_populations, diffusivity);
model.print_configurations();
@ -32,8 +32,6 @@ fn main() {
"libx264",
"-preset",
"fast",
"-crf",
"23",
"output.mp4",
])
.stdin(std::process::Stdio::piped())