app: stacked_cores: note about preservation

This commit is contained in:
colin 2022-11-03 05:46:58 -07:00
parent a45c0c4324
commit aee3796c29
1 changed files with 6 additions and 1 deletions

View File

@ -4,8 +4,13 @@
//! to run this, from toplevel directory:
//! ```
//! $ cargo run --release --bin stacked_cores
//! $ pushd crates/coremem; cargo run --release --bin viewer ../../out/applications/stacked_cores/0/ ; popd
//! $ cargo run --release --bin viewer out/applications/stacked_cores/0/
//! ```
//!
//! this file is a massive collection of related experiments, and i like to be able to
//! re-run/vary/reference earlier experiments -- without hacking the git history -- so there's a
//! lot of stuff in this file, some of it apparently redundant, in order to keep those older
//! experiments working exactly as they originally did.
#![feature(generic_const_exprs)]
use coremem::geom::{Coord as _, Meters};