From db2ea6e24f35698d822010ebb63495d792987e34 Mon Sep 17 00:00:00 2001 From: Victor Westerlund Date: Tue, 26 Jan 2021 06:07:49 +0100 Subject: [PATCH] Update README.md --- README.md | 10 +++++++++- 1 file changed, 9 insertions(+), 1 deletion(-) diff --git a/README.md b/README.md index 9a03213..224a528 100644 --- a/README.md +++ b/README.md @@ -1 +1,9 @@ -### [Demo](https://victorwesterlund.github.io/crtjs-test/) +# Cathode Ray Tube (JS) + +Simulating the fundimentals of a CRT display using pure JS (for fun). + +Raster patterns are drawn onto a simulated phosphor display from virtual video tapes. + +## Try it out +**Warning!** This thing might **really** bring your browser down on its knees. Setting the framerate too high might even break it completely (make it crash). +### [Live demo](https://victorwesterlund.github.io/crtjs-test/)