From 72c46d547eeee2fe7700ec2dbbb97b9c0f67a373 Mon Sep 17 00:00:00 2001 From: omagdy7 Date: Wed, 14 Sep 2022 22:11:44 +0200 Subject: Added a few scripts to parse the large pattern file of game of life patterns and also added the functionality to scroll through the list and it affects the current world --- presets/debug.txt | 24 ++++++++++++++++++++++++ 1 file changed, 24 insertions(+) create mode 100644 presets/debug.txt (limited to 'presets/debug.txt') diff --git a/presets/debug.txt b/presets/debug.txt new file mode 100644 index 0000000..d7ca495 --- /dev/null +++ b/presets/debug.txt @@ -0,0 +1,24 @@ + Compiling gof-rs v0.1.0 (/home/pengu/test/rust-dev/gof-rs) +warning: function `render_gen` is never used + --> src/generation.rs:41:8 + | +41 | pub fn render_gen(chunk: &Rect, gen: &Gen) { + | ^^^^^^^^^^ + | + = note: `#[warn(dead_code)]` on by default + +warning: `gof-rs` (bin "gof-rs") generated 1 warning + Finished dev [unoptimized + debuginfo] target(s) in 0.67s + Running `/home/pengu/test/rust-dev/gof-rs/target/debug/gof-rs` +width: 73 +height: 44 +item_cnt: 1 +item_cnt: 1 +item_cnt: 1 +item_cnt: 1 +item_cnt: 1 +item_cnt: 1 +item_cnt: 1 +item_cnt: 1 +item_cnt: 1 +item_cnt: 1 -- cgit v1.2.3