My demojs2013 submission
Fetching latest commit…
Cannot retrieve the latest commit at this time.
Permalink
Failed to load latest commit information.
README.md
audio.mp3
audio.ogg
audio.sunvox
glsl.min.js
index.html

README.md

Stars in your brain

A demo compo made from scratch in about 10 hours at demojs2013 by @greweb.

go to the demo

Tech

Only pure web technologies. Tested on Chrome / Firefox.

  • Canvas2D for drawing everything.
  • WebGL GLSL for post-processing.
  • glsl.js, a lib I've written to simply the usage of a WebGL shader as a post-processing effect.

Audio

SunVox has been used for making the entire sound (no external samples, all with modular synths from the crickets to the man breath).

You'll find the track on SoundCloud.

Notes

More than 50% of my time was dedicated to making the audio in SunVox, 40% was for making the intro and the outro, which remains 10% for the middle of the demo, this is why this part is still basic and unfinished. That is ok for 10 hours, I've choosen to focus on the music and the mood :)