----------------------------------------------------------
----------------------------------------------------------
                         ALONE
----------------------------------------------------------
----------------------------------------------------------

In memory of my two greatest inspirations, Carl Sagan
(and his speech from 1994, Cornell University) and
Voyager-2, the spacecraft that reached the farthest
from earth.

_____________________________________________________
Little background info
_____________________________________________________

Pale Blue Dot is a photograph of planet Earth taken
on February 14, 1990, by the Voyager 1 space probe
from a record distance of about
6 billion kilometers (3.7 billion miles, 40.5 AU).
For a long time it was the furhtest photo taken of Earth.

During a public lecture at Cornell University in 1994,
Carl Sagan presented the image to the audience and
shared his reflections on the deeper meaning behind
the idea of the Pale Blue Dot..
_____________________________________________________

For the demo I used two shaders which are part of mrmood's
threejs repository. For this I'd like to say thanks to
felixturner and alteredq. 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) but the package
includes a portable edition which can be used on
Windows (alone-win.bat)

Thanks for everyone who inspired me, and sorry for the
shitty code. I'm not a programmer.


You are the greatest!



Function 2018 - Jeno <netro> Horvath

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

///////////////////////////////////////////////////////////
1. Just run alone-win.bat
///////////////////////////////////////////////////////////

alone-win.bat

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

///////////////////////////////////////////////////////////
2. Install local http-server with Node js
///////////////////////////////////////////////////////////

If you have Node.Js (https://nodejs.org/en/) 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

