----------------------------------------------------------
----------------------------------------------------------
                         GENESIS
----------------------------------------------------------
----------------------------------------------------------


_____________________________________________________

For the demo I used some shaders which are part of mrmood's
threejs repository. Also I thank jeromeetienne for
the webaudio.js

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 .

Thanks for everyone who inspired me and the hungarian scene.

You are the greatest! We are the greatest!

Function 2019 - Genesis - Jeno <netro> Horvath

----------------------------------------------------------
----------------------------------------------------------
                    HOW TO RUN THIS
----------------------------------------------------------
----------------------------------------------------------

///////////////////////////////////////////////////////////
1. Just run genesis.bat
///////////////////////////////////////////////////////////

genesis.bat

The browser (Chrome) must be closed before running the demo.

///////////////////////////////////////////////////////////
2. Install local http-server with Node js 
   (alternative: live-server)
///////////////////////////////////////////////////////////

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 %cd%
---- run http-server

///////////////////////////////////////////////////////////
3. Run other (local) server
///////////////////////////////////////////////////////////

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

