----------------------------------------------------------
----------------------------------------------------------
                    THE VISITOR
----------------------------------------------------------
----------------------------------------------------------

Nothing extra...

<hosszabb, vágatlan magyar verzió>

Apróság QB-ra. Kedvenc rendezőmtől az egyik kedvenc filmem
a téma. 
Semmi extra, nem a világot akarom megváltani, 
csak mókából készült (plusz némi próbálgatás a későbbi 
demokhoz).

</hosszabb, vágatlan magyar verzió>

┠━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━┫

For the demo I used some shaders which are part of mrmood's
threejs repository. Also I thank jeromeetienne for
the webaudio.js. Parts for the CRT effect:
https://www.shadertoy.com/view/llsfD8

For running the demo it is highly recommended to use a
http server (nodejs or anything else) and Chrome.
The package includes a portable edition of http server
which can be used on Windows .

qbparty 2022 - Jeno <netro> Horvath

----------------------------------------------------------
----------------------------------------------------------
                    HOW TO RUN THIS
----------------------------------------------------------
----------------------------------------------------------
┠━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━┫
ver 1. Just run TheVisitor.exe
///////////////////////////////////////////////////////////

TheVisitor.exe

If you already have Edge browser in your Windows,
you probably won't have a problem.

But if you do...

┠━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━┫
ver 2. Watch online
///////////////////////////////////////////////////////////

https://netro.click/qbparty/2022

It is recommended to go to full screen with F11, as it may cut off a minimum
of the bottom and top (depending on the ratio) on smaller sizes

┠━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━┫
ver 3. Install local http-server with Node js
   (alternative: live-server)
///////////////////////////////////////////////////////////

!!Chrome (or at least webkit-based) browser recommended!!

If you have Node.Js (https://nodejs.org/en/) and npm
setup then you can use http-server. Just run 'npm install
http-server -g' and you will be able to use it in
terminal like 'http-server'

---- start command line or terminal
---- type cd AppData
---- run http-server

┠━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━┫
ver 4. Run other (local) server
///////////////////////////////////////////////////////////

Run a server on your computer, like Apache, Nginx or Python
