fix output directories (out/applications/...
)
This commit is contained in:
@@ -53,8 +53,8 @@ fn main() {
|
||||
driver.add_stimulus(stim);
|
||||
|
||||
// render the output to a video and to the terminal (low-res)
|
||||
let _ = std::fs::create_dir_all("out/examples/wavefront");
|
||||
driver.add_y4m_renderer("out/examples/wavefront/rendered.y4m", 1, None);
|
||||
let _ = std::fs::create_dir_all("out/applications/wavefront");
|
||||
driver.add_y4m_renderer("out/applications/wavefront/rendered.y4m", 1, None);
|
||||
driver.add_term_renderer(4, None);
|
||||
|
||||
// finally, run the simulation:
|
||||
|
Reference in New Issue
Block a user