Seeing the full javascript rotating 3d cube, I was wondering,
What are the most stunning javascript-only effects you've ever seen?
Seeing the full javascript rotating 3d cube, I was wondering,
What are the most stunning javascript-only effects you've ever seen?
Here's a bunch of "processing" graphics: http://ejohn.org/blog/processingjs/ demos are located near the bottom.
I think my favorite would be http://ejohn.org/apps/processing.js/examples/custom/substrate.html
Although this snake guy is pretty cool and interactive: http://ejohn.org/apps/processing.js/examples/custom/snake.html
I thought this was pretty impressive:
http://safalra.com/web-design/javascript/mac-style-dock/demonstration.html
With an admittedly "cursory" investigation, these demos confirm that Chrome beats Firefox and IE for Javascript-heavy apps.
This site has a pretty nice implementation of solitaire, including card animation, all in JavaScript.
This site has an entire OS (an old one, btw :) in javascript: chiptune.com.
Antisocial is definitely the best js graphics demo I've seen. Don't miss the 'play with the demo tool' link (after watching the demo, of course).
Enjoy.
I like Algorithm Ink a lot. It's a javascript port & extension of Context Free by Aza Raskin.
Click on the canvas, they're interactive.
And click on Edit, and change the pattern generation algorithm live.
Not really graphical, but still stunning (even if I do say so myself)...
A long time ago, I wrote an HTML editor in HTML/Javascript.
You can download it here: http://www.boltbait.com/htmleditor/
One of these days, I'll update it for CSS. :)
I've always loved everything that script.aculo.us allows you to do. Update: raphaeljs also looks like a great framework!
This is a "mouse follow" javascript animation from 2002 or earlier, the smoothness and accuracy makes for a pleasing effect. I could only find a version that ran in IE, but it is worth firing up IE or IETab and taking a look:
Link: Mouse Trail Clock
This is a small glimpse into what I'm trying to do.
Very Versatile Electronic Document - VVED
A few more bugs to remove before I release ver1.0rc.
Small demo in FULL DEBUG mode showing the playframes method being used to scatter the frames of a image. Normally, you can use playFrames to play a series of iamges as a movie but I found this very slow, using a tiled sheet imcrases performance drmatically, even compared with background image solutions that appear to be inconsistent over browsers.
FPS shows the system stats. Tween shows the tweener internal states. Debug - well.. (seperated 1 for static calls, the other to poll single variables)
Demo features key sequences: D,B,G - debug toggle T,W,N - tween toggle F,P,S - fps toggle A,L,L - toggle all
http://www.novatvmedia.com/vved
tested on IE5.5+, Firefox 2+, Safari, Chrome, Opera 9+
This isn't necesarily amazing, but it's fun: paste into browser bar.
javascript:R=0; x1=.1; y1=.05; x2=.25; y2=.24; x3=1.6; y3=.24; x4=300; y4=200; x5=300; y5=200; DI=document.getElementsByTagName("img"); DIL=DI.length; function A(){for(i=0; i-DIL; i++){DIS=DI[ i ].style; DIS.position='absolute'; DIS.left=(Math.sin(R*x1+i*x2+x3)x4+x5)+"px"; DIS.top=(Math.cos(Ry1+i*y2+y3)*y4+y5)+"px"}R++}setInterval('A()',5); void(0);
Hypno trip down the fractal rug - for the 20 lines JavaScript contest - Zoom by Mathieu 'p01' Henri
(Doesn't work well on IE or Chrome.) Update: It now works great on Chrome.
The coolest JavaScript effects I've seen are the Google Chrome experiments. http://www.chromeexperiments.com/
Obviously they will work best with Google Chrome browser, but some work in other browsers.
The JS909 drum sequencer. Written without using a JS library, and even the sounds are done by Javascript
I've found these two sites quite facinating:
Using Canvas: http://9elements.com/io/projects/html5/canvas/
and
plain old javascript: http://www.uize.com/index.html, if nothing else, I find the 33 different image transitions available worth looking at this one.
http://wiioperasdk.com - 3D Graphics library for the Nintendo Wii's browser.
I was most impressed by this 512 byte Menger sponge: JSpongy
There are also a lot of interesting effects in the js1k competition results. The other day I was beaten by 1023 bytes of chess.