Google Gravity Pool Mr Doob May 2026

Google Gravity Pool is a legendary interactive web experiment created by digital artist Mr.Doob that reimagines the classic Google search engine under the laws of physics [1, 2].

Instead of sitting static on your screen, the Google homepage elements—the logo, search bar, and buttons—succumb to a simulated gravitational pull and come crashing down to the bottom of your browser [1, 2].

Here is a deep dive into the origin, mechanics, and lasting legacy of this iconic piece of internet history. 🌌 What is Google Gravity by Mr.Doob?

Google Gravity is a creative coding project that applies a physics engine to a perfect replica of the Google homepage [1]. It was created by Ricardo Cabello, a Spanish web developer better known by his internet handle Mr.Doob [1].

When you load the page, everything looks normal for a split second. Then, gravity takes over. The massive Google logo, the search box, and the UI buttons suddenly drop and pile up at the bottom of the screen [1, 2]. Key Features of the Experiment

Interactive Physics: You can click and drag any element—like the search bar or the logo—and fling it across the screen [1, 2].

Working Search Bar: The search box still functions [1]. If you type a query and press enter, the search results fall from the sky and crash into the pile [1, 2].

Responsive Design: If you resize your browser window, the ground level changes, and the elements shift and tumble realistically to fit the new dimensions. 🛠️ The Tech Behind the Magic

Mr.Doob is a pioneer in web-based graphics and interactive design. He is most famous for creating three.js, a popular JavaScript library used to create and display animated 3D computer graphics in a web browser. For Google Gravity, Mr.Doob utilized:

HTML5 and CSS: To replicate the visual styling of the classic Google homepage. google gravity pool mr doob

JavaScript: To manipulate the Document Object Model (DOM) in real-time.

Box2D JS: A 2D physics engine translated to JavaScript. This engine calculates the mass, velocity, friction, and collision of each webpage element, making them behave like physical objects. 🕹️ How to Play with Google Gravity

Experiencing Google Gravity today is incredibly easy, as various mirrors and archives keep the project alive. Step-by-Step Guide Open your web browser.

Search for "Google Gravity Mr.Doob" or go directly to the Mr.Doob website.

Once the elements fall, use your mouse cursor to click and hold any piece.

Toss the pieces around to see them bounce off the walls and each other!

Type a word into the fallen search bar and hit enter to watch new result blocks rain down [1, 2]. 🎨 The Legacy of Mr.Doob's Experiments

Google Gravity was part of a larger movement in the late 2000s and early 2010s centered around "Google Easter Eggs" and creative coding experiments. Mr.Doob created several other highly viral interactive projects that pushed the boundaries of what browsers could do at the time:

Google Sphere: Generates a rotating sphere of Google links that spin faster or slower based on your mouse movement. Google Gravity Pool is a legendary interactive web

Internet Underground: A project where the browser window appears to fill up with water, making the elements float.

Ball Pool: An empty screen that fills up with colorful, physics-enabled bouncing balls that react to your mouse clicks and browser shakes. 💡 Why It Captured the Internet's Imagination

At its peak, Google Gravity went massively viral. Its success can be attributed to a few key factors:

Subverting the Familiar: Google is the most visited, rigid, and organized site on earth. Watching its perfect structure descend into chaotic physics was incredibly satisfying and funny for users.

Showcasing Browser Power: At the time of its release, browsers were just starting to support advanced HTML5 and JavaScript capabilities. Google Gravity proved that browsers could handle complex, real-time physics without needing external plugins like Adobe Flash.

Pure Nostalgia: For many internet users, Mr.Doob’s experiments represent a golden era of web experimentation—a time when developers built fun, pointless, and purely joyful interactions just to see if they could.

Google Gravity remains a masterclass in creative coding. It reminds us that even the most functional spaces on the internet can be turned into a playground with just a bit of imagination and a few lines of clever code.


How to Create Your Own Google Gravity-Style Experiment

Feeling inspired by Mr Doob? You can build a simple gravity experiment using modern tools:

  1. Learn Box2D Web or Planck.js (a JavaScript port of Box2D).
  2. Use the DOM elements of any webpage as physics bodies.
  3. Apply forces (gravity, mouse drag, buoyancy).
  4. Animate with requestAnimationFrame.

Alternatively, just search for "Mr Doob experiments" and enjoy the nostalgia. How to Create Your Own Google Gravity-Style Experiment

The Legacy of Mr Doob’s Google Experiments

It’s easy to dismiss "Google Gravity Pool" as a silly time-waster. But in reality, it was part of a movement that proved the browser could be a platform for interactive art.

Mr Doob’s work inspired countless developers to experiment with Canvas, WebGL, and physics engines. Today, you see his influence in:

  • Interactive museum kiosks
  • Educational physics simulations
  • Browser-based games
  • Creative coding portfolios

Even Google itself embraced the trend. For a time, "Google Gravity" became an Easter egg—if you searched for it, the results page would slowly fall apart (though that feature has since been removed).

Conclusion: The Legacy of a Random Keyword

"Google Gravity Pool Mr Doob" is more than a search term; it is a digital time capsule. It represents an era when the web was playful, when a single developer could "break" a billion-dollar homepage for fun, and when physics engines were a novelty rather than a standard.

So, the next time you have a stressful day at work or a boring five minutes, open your browser, search for this phrase, and spend a few minutes dragging the Google "G" across an invisible pool table. Let the search bar bounce off the walls. Watch the "I'm Feeling Lucky" button slide into the corner pocket.

After all, sometimes the best way to use the internet is to tear it apart and put it back together—one gravity-defying brick at a time.


Have you tried Google Gravity Pool by Mr. Doob? Share your high scores (most items stacked before crashing your tab) in the comments below.

Part 6: Technical Breakdown – How It Works Under the Hood

For the coders in the audience, here is the simplified engine behind the magic:

  • Box2D Library: Mr. Doob integrated a 2D physics engine (Box2D) to handle gravity, friction, restitution (bounciness), and collision detection.
  • DOM Manipulation: The script crawls the Google homepage, identifies every <div>, <input>, <img>, and <a> tag, and detaches them from the normal CSS flow.
  • Rigid Bodies: Each element is assigned a "body" with mass. The search bar is heavy; the tiny "Advanced search" link is light.
  • The "Pool" Aspect: In the pool version, the boundaries of the viewport (window.innerWidth and innerHeight) act as the pool table cushions. The restitution is set high (bouncy), and friction is low (slippery), mimicking a felt table.

Method 1: The Official Mr. Doob Website (Most Reliable)

This is the safest way to access the original code without ads or redirects.

  1. Open your web browser (Chrome, Firefox, Safari, etc.).
  2. Go to the official project list: mrdoob.com/projects
  3. Scroll through the list of projects. Look for one of the following titles:
    • Google Gravity: The classic experiment where everything falls down.
    • Google Sphere: The images swirl around like a globe.
    • Ball Pool: This is likely what you are looking for if you want to play "pool" with objects. It simulates a pit of balls you can grab and throw.
  4. Click the link to launch the experiment.

Google Gravity Pool Mr Doob: The Ultimate Guide to the Internet’s Most Mind-Bending Easter Egg

If you grew up browsing the internet in the late 2000s or early 2010s, chances are you stumbled upon a bizarre, physics-defying website where the Google homepage collapsed into a pile of rubble. That prank—now a piece of digital folklore—is known as Google Gravity. But if you search for "Google Gravity Pool Mr Doob," you’re looking for a specific, surreal twist on the classic: a chaotic blend of falling search boxes, a pool of water, and the creative genius of a single web developer.

In this article, we’ll dive deep into what Google Gravity Pool is, who Mr Doob is, how to play with it, and why it has become a cult classic in the world of browser experiments.