Cool 3D, Javascript Image Effects.

Ye' old general discussion board. Basically, for everything that isn't covered elsewhere. Come here to shoot the breeze, shoot your mouth off, or whatever suits your fancy.
This forum is not for asking programming related questions.

Moderator: General Moderators

Post Reply
User avatar
JellyFish
DevNet Resident
Posts: 1361
Joined: Tue Feb 14, 2006 7:18 pm
Location: San Diego, CA

Cool 3D, Javascript Image Effects.

Post by JellyFish »

I just downloaded PicLens Firefox extension and it's a pretty flashy piece of eyecandy. Afterwards I spiraled into a 3D image effects Google, rampage and found some pretty interesting effects that I would like to share with the community.

This on I found a while back but thought it was real cool.(Also, be sure to check out the many other effects that the site has.)

You guys prolly have seen this one.

This ones great! Would be nice to see this used for a coverflow-like effect. Also, this one's another example of an slice technique that gives the effect that it's like a water thingy.

Like to know what you think and if you have any cool effects you would like to share, that relates to 3d and image manipulation. :D

Thanks for visiting this post.
User avatar
Christopher
Site Administrator
Posts: 13596
Joined: Wed Aug 25, 2004 7:54 pm
Location: New York, NY, US

Re: Cool 3D, Javascript Image Effects.

Post by Christopher »

Very cool. Here's one done in jQuery:

http://www.willjessup.com/sandbox/jquer ... tator.html

There are some 3D shooter demos in Javascript around too:

http://www.google.com/search?hl=en&q=ja ... tnG=Search
(#10850)
User avatar
JellyFish
DevNet Resident
Posts: 1361
Joined: Tue Feb 14, 2006 7:18 pm
Location: San Diego, CA

Re: Cool 3D, Javascript Image Effects.

Post by JellyFish »

Real nice. I think I saw another one with text instead of planets, somewhere.
malcolmboston
DevNet Resident
Posts: 1826
Joined: Tue Nov 18, 2003 1:09 pm
Location: Middlesbrough, UK

Re: Cool 3D, Javascript Image Effects.

Post by malcolmboston »

and to think ive been doing web development now for 4/5 years and i still have never learnt javascript :oops:
User avatar
Inkyskin
Forum Contributor
Posts: 282
Joined: Mon Nov 19, 2007 10:15 am
Location: UK

Re: Cool 3D, Javascript Image Effects.

Post by Inkyskin »

The only thing that puts me off ever implementing anything like this, is the lack of antialiasing... if the browsers started to force that during the rendering of image animations like that, then it would rock.
User avatar
JellyFish
DevNet Resident
Posts: 1361
Joined: Tue Feb 14, 2006 7:18 pm
Location: San Diego, CA

Re: Cool 3D, Javascript Image Effects.

Post by JellyFish »

Inkyskin wrote:The only thing that puts me off ever implementing anything like this, is the lack of antialiasing... if the browsers started to force that during the rendering of image animations like that, then it would rock.
Yeah, like the latest Safari?
User avatar
Christopher
Site Administrator
Posts: 13596
Joined: Wed Aug 25, 2004 7:54 pm
Location: New York, NY, US

Re: Cool 3D, Javascript Image Effects.

Post by Christopher »

Here is one done in Prototype to iPod thy site:

http://www.deensoft.com/lab/protoflow/
(#10850)
Post Reply