Live data from Hacker News

Seriously.js

seriouslyjs.org

151–160 of 196 posts

Re: Seriously.js

#151
post #149
post #148

Earlier quoted context omitted.

Yes, you do need to process from beginning to end. If you look at the original video, you see that each frame builds on the one before it, which builds on the one before that. Remember, the buffer is never cleared -- it's just overwritten with a few new pixels (the dude moving) each room.

[deleted]

Oh, yes! My apologies. I'm talking about the original video here: http://www.youtube.com/watch?v=12zJw9varYE

Re: Seriously.js

#154

Doesn't work with Ghostery enabled. Don't see why it shouldn't work with twitter/google analytics blocked...

Is there a console error?

"Uncaught Unknown source type seriously.js:2727"

Soon as I turn Ghostery off it works fine. This is in Chrome 27.0.1453.110

Re: Seriously.js

#156

Earlier quoted context omitted.

Apparently with my Retina MacBook Pro with 10.8.4 and Safari 6.0.5, I "need to upgrade my video drivers", according to the site...

Sadly, Safari still doesn't support WebGL by default, although you can enable the Develop menu in the prefs, and then enable it in the Develop menu.

Even if you do: it runs super slow on my Mac Pro.

Re: Seriously.js

#157
post #128

Earlier quoted context omitted.

Isn't the algorithm just, filter out the greenscreen, for each remaining pixel draw it to the buffer, draw the buffer to the screen? That doesn't seem more complicated than the examples they showed.

It is actually slightly more complicated. The existing effects work in GLSL and are just transforming single frames of video. For that effect to work, you need the previous buffer states; this means that seeking will cause the image to be different, and you need to feed the previous render state back as a texture.

Just draw the frames to a 2D canvas, without clearing it, then back to the background buffer.

Re: Seriously.js

#158
post #6

Finally a demo that doesn't make me think "Wow, the web has really caught up to the 1995 desktop!" Maybe if you're already an after-effects wiz this doesn't seem as magical, but it certainly felt like magic to me.

Am I easily impressed or is the instant play when you navigate back and forward impressive? Feels like switching TV channels.

Re: Seriously.js

#159
post #6

Finally a demo that doesn't make me think "Wow, the web has really caught up to the 1995 desktop!" Maybe if you're already an after-effects wiz this doesn't seem as magical, but it certainly felt like magic to me.

The best part to me was that it was actually a pretty good music video, and the interactivity adds to it.

I thought it was just random goofing off for demo silliness. Was that a serious effort?

Re: Seriously.js

#160
i did something like this (ok, not as smooth but it goes in the same direction) in 2010 with canvas/video/css http://www.barbafan.de/html5video?video=tron (was covered by boingboing at that time, lots of traffic, some partnership opportunities (mostly from p_rn sites), some job offers, non any interesting))

cool that somebody now packs a similar idea into a lib, will definitely check it out.

Post reply on HN