From c3b4742eeceee9250f8059972dd150f38e2eb021 Mon Sep 17 00:00:00 2001 From: "jakob.stendahl" Date: Sun, 4 Dec 2022 13:33:45 +0100 Subject: Fix simulation stuttering (still resource intensive) and some oter QOL upgrades --- src_frontend/Components/Editor/Simulation.svelte | 46 ++++++++++++++++++------ 1 file changed, 36 insertions(+), 10 deletions(-) (limited to 'src_frontend/Components/Editor/Simulation.svelte') diff --git a/src_frontend/Components/Editor/Simulation.svelte b/src_frontend/Components/Editor/Simulation.svelte index 86cc66c..3a35946 100644 --- a/src_frontend/Components/Editor/Simulation.svelte +++ b/src_frontend/Components/Editor/Simulation.svelte @@ -1,11 +1,24 @@ @@ -67,7 +94,6 @@
-

(still quite buggy, especially for very fast changing pixels, if nothing is happening, try to restart the script)

{#each pixels as pixel} -- cgit v1.2.3