pouët.net

Javascript with SSAO (no webgl) :D

category: general [glöplog]
 
Awesome, and nice tricks as always :)
added on the 2009-12-27 01:00:34 by micksam7 micksam7
Isn't there other places to submit JS demos?
It's "oldschool", yet it doesn't work in FS 3.0.13...
it does work in Sarfari 4.0.4
added on the 2009-12-27 01:05:27 by QUINTIX QUINTIX
hehe nice!
nice shitz :o
added on the 2009-12-27 05:02:43 by panic panic
cool stuff.
Does not seem to work on Opera 10.50, supposed to be very recent :(
added on the 2009-12-27 12:15:35 by Dbug Dbug
Replace: the createImageData( widht, height ) by
Code: imageData = ctx.getImageData(0,0,width, height);
There you go. It'll works in all Canvas capable browsers.
added on the 2009-12-27 13:43:45 by p01 p01
nice effect,
but it ist still slow as fuck and has evil latency like everything websihit.
added on the 2009-12-27 14:17:56 by abductee abductee
Thanks so much p01. I've added your correction and I'm going to update my post with a link to your site.
added on the 2009-12-27 15:21:33 by texel texel
*done
added on the 2009-12-27 15:31:33 by texel texel
Works better :)
added on the 2009-12-27 16:53:30 by Dbug Dbug
Congratulations for your son. It's very cute and pale.
added on the 2009-12-27 17:18:45 by xernobyl xernobyl
nice BB Image
added on the 2009-12-27 20:02:17 by pera pera
Abductee: yes it is slow as fuck in Opera 10.10 since it's still using the old JS engine. But in Opera 10.50, which features the new JS engine Carakan with JIT and shit, it's faster than Chrome, Safari & FireFox.

[b]Texel:[b] Thanks a lot!
added on the 2009-12-27 20:28:40 by p01 p01
Cool! BB Image
added on the 2009-12-27 21:53:19 by ham ham

login