From fa0c46d5c7777289b03bc5dfb47eedb035b4c908 Mon Sep 17 00:00:00 2001 From: Victor Westerlund Date: Tue, 26 Jan 2021 05:47:26 +0100 Subject: [PATCH] Working demo Down on you knees! --- index.html | 4 +-- js/main.js | 44 +++++++++++++++++++++--- js/modules/ElectronGun.mjs | 31 +++++++++++++++++ js/modules/Gun.mjs | 24 ------------- js/modules/Helper.mjs | 4 +++ js/modules/Raster.mjs | 69 ++++++++++++++++++++++++++++---------- js/modules/Screen.mjs | 9 ++++- tapes/sample/header.json | 10 ++++-- 8 files changed, 144 insertions(+), 51 deletions(-) create mode 100644 js/modules/ElectronGun.mjs delete mode 100644 js/modules/Gun.mjs create mode 100644 js/modules/Helper.mjs diff --git a/index.html b/index.html index cd094e5..0f88774 100644 --- a/index.html +++ b/index.html @@ -4,7 +4,7 @@ - Cathode Ray + CRT