pouët.net

Web GL

category: code [glöplog]
interesting but would be nice to be able to apply some delay retrigger effect on the music by plopping those spheres
so can we have OES_standard_derivatives on heroku now? :)
added on the 2012-04-11 11:16:20 by las las
On the glslsandbox? Sure! :)
added on the 2012-04-11 13:45:34 by mrdoob mrdoob
That was cool, though not so fond of the music I really liked the part with the fisheyelens looking into the sky in the end.
Sync was spot on as well :)
added on the 2012-12-23 14:55:30 by mog mog
"Sorry! This demo requires WebGL and Web Audio support. Please use Google Chrome to view it."
added on the 2012-12-23 14:58:11 by Gargaj Gargaj
Well, seems to be this line, understandable in the given timeframe,- but they also use hardcoded sync beats/points, so this made me scratch my head a bit o_O
added on the 2012-12-23 15:10:15 by mog mog
Awesome stuff :) I really liked how the aurora was done. I would've liked it a bit better with a different soundtrack (ambient), but even the wubwub was tolerable.
added on the 2012-12-23 17:16:18 by Preacher Preacher
Wow, that really was rather lovely!
added on the 2012-12-23 17:51:50 by raizor raizor
lol, he used the terrain heightmap from Elevated:

Code: for (int i = 0; i < levels; ++i) { vec3 n = noise2D(uv); d += n.yz; f += n.x * w / (1.0 + dot(d,d)); ... }


the magic of copy & paste ^_^
added on the 2012-12-24 04:02:40 by iq iq
I like the design of the whole thing. Especially the aurora scenes with fish-eye telescope.

@iq: So you checked the source after looking at those mountains and think... "reconozco estas formas"? LOL :D
added on the 2012-12-24 05:05:52 by ham ham
exactly. i saw the demo, and i was like "wait a moment, i know _those_ mountains", so i checked the code and i saw it :D

Steven just wrote an email a few minutes ago, noting that the source was credited in the github repository:

Quote:
A heightmap is generated on the GPU by stacking layers of smoothly interpolated noise, similar to this: http://www.iquilezles.org/www/articles/morenoise/morenoise.htm


which is very nice of him.

added on the 2012-12-24 07:08:22 by iq iq
There is a great deal of interesting articles in his personal blog. Most of the stuff posted in recent years is very "demoscenish".
added on the 2012-12-24 07:43:11 by ham ham
@iq: Yes. He mentioned using your tutorials as base.

@ham: He also did a lovely math presentation recently that has been doing the rounds which most democoders would relate to.

added on the 2012-12-24 11:55:58 by mrdoob mrdoob
That thing crashes my Chrome after I see an sqrt(infinity).
added on the 2012-12-24 14:47:36 by xernobyl xernobyl
Cool idea to "extrude" a 2D fluid solver into auroras.
The rest was not as interesting, also I'm a bit disappointed to see that the code for the height map was lifted from Elevated :\
added on the 2012-12-24 15:49:26 by p01 p01
Pretty cute! I do seriously hope there'll be a time these browser demos get some way of vsyncing and/or maintaining a halfway decent framerate.
added on the 2012-12-24 16:50:37 by sagacity sagacity
sagacity: That time is now! window.requestAnimationFrame == VSYNC
added on the 2012-12-24 17:25:45 by p01 p01
i don't see a heightmap at all, just a sky sphere. chrome 25 + ati 5700 + win8 x64
added on the 2012-12-24 17:53:40 by Jcl Jcl
Same here, Chrome + ATI 5800 + Win7 32bit.
added on the 2012-12-25 12:15:36 by Deltafire Deltafire
Am I the only one who thought that mountain-thing was quite tame? Granted, it's WebGL, but surely we've come further than just fading the different color-channels of a big texture..?
added on the 2012-12-25 17:58:55 by gloom gloom
I suppose, maybe that it can be forgiven, considering it's his first demo?
added on the 2012-12-26 13:36:36 by _-_-__ _-_-__
knos: I don't see how it's really relevant, especially since it's not a demo?
added on the 2012-12-27 08:44:13 by gloom gloom

login