An homage to the game StarCraft , where an army of small Google "O"s attacks and dissolves the search results one by one.
: Research indicates that when gravity waves pass over a thunderstorm, they can compress the storm's rotation. This can cause the storm to spin faster and potentially "seed" or intensify a tornado. 4. Other Related Content
| Aspect | Detail | |--------|--------| | | JavaScript + HTML5 Canvas + Box2D (physics engine) | | DOM manipulation | Original Google elements are re-positioned as draggable, physical bodies | | Force simulation | Radial force (toward center) + angular force (rotation) = tornado | | Collision detection | Elements bounce off each other and page edges | | Rendering | Real-time via requestAnimationFrame |
Some of the most famous official alternatives to Google Gravity include: google gravity tornado
The internet loves a good Easter egg, and Google has spent decades hiding them in plain sight. From the iconic "Do a Barrel Roll" to the classic "Zerg Rush," these playful features transform a sterile search engine into an interactive playground.
These structure the page and style the elements to look like the Google homepage.
While Google Gravity is a physics sandbox, the “Google Tornado” is a more structured, narrative Easter egg that pays homage to a classic film. To trigger it, simply search for “” on Google. An homage to the game StarCraft , where
: When these waves pass through a thunderstorm, they can dramatically increase its rotation.
In the tornado version, developers added a around a central vortex point. Each UI element (the Google logo, the mic icon, the search buttons) is treated like a particle with mass. The tornado applies a force that pulls particles toward the center while also giving them tangential velocity. The result? A spinning, sucking, swirling mess that somehow still lets you search for "cat videos."
If you're eager to experience the Google Gravity Tornado effect for yourself, here are some tips and tricks to keep in mind: These structure the page and style the elements
: Users have used Google Earth to discover "scars" or tracks left on the ground by powerful past tornadoes.
Before we can understand the tornado, we have to understand the gravity. The original was created by a developer named Mr.doob (real name: Ricardo Cabello), a renowned Spanish programmer and Three.js wizard. In 2009, Mr.doob created a proof-of-concept using JavaScript and the Google API that manipulated the Document Object Model (DOM) of Google’s homepage.
element.vx += radialForce * Math.cos(angle) - tangentialForce * Math.sin(angle); element.vy += radialForce * Math.sin(angle) + tangentialForce * Math.cos(angle);