A glowing UFO hovers above a cityscape rendered in clean, minimalist geometry. Below, tiny figures scatter-hundreds of thousands of them-each reacting in real time as beams of light lift them skyward. This is not a scene from a Hollywood blockbuster. It’s running inside your browser.
Built with WebGL and powered by GPU computation, this experiment pushes the boundaries of what web technology can do. It turns mass crowd simulation into an interactive experience, where Play meets Performance at scale.
Welcome to a new frontier of browser-based creativity-one where code, physics, and imagination collide.
What Happens When a UFO Meets WebGL at Scale?
A UFO Drifts across The screen, controlled by mouse or touch. As it lowers its beam, people on the ground begin to rise-smoothly, individually, without lag. Each person is a particle in motion, governed by physics, yet part of a larger visual tapestry.
This is not pre-rendered Animation. Every movement is calculated in real time using WebGL and GPGPU techniques. The system leverages the browser’s graphics processor to simulate Hundreds of thousands of agents simultaneously, a feat rarely seen outside high-end game engines.
The result feels surreal. A Simple premise-abducting people with a flying saucer-becomes mesmerizing through sheer scale and responsiveness. You’re not just watching a simulation. You’re shaping it.
- The simulation runs entirely client-side, no server dependency.
- Each agent has autonomous behavior based on proximity and environmental triggers.
- Movement is fluid, avoiding clumping or artificial patterns.
What makes this powerful is not the sci-fi theme. It’s the invisible architecture beneath-the way data flows from shader to screen, turning abstract computation into living motion.
The Challenge of Simulating Massive Human Crowds in Real Time
Simulating one person in motion is straightforward. Simulating a hundred thousand-with unique paths, reactions, and interactions-is another challenge entirely. Traditional CPU-based methods struggle under that load. The bottleneck is clear: sequential processing Cannot Keep up.
That’s why the team turned to GPU-powered computation. Unlike CPUs, GPUs excel at handling thousands of parallel tasks. By offloading crowd logic to the GPU via WebGL shaders, the simulation achieves density and speed once reserved for specialized software.
Each individual in the crowd is represented as a data point in a texture. Their position, velocity, and state are updated each frame through fragment shaders-effectively repurposing graphics hardware for simulation logic.
This approach allows for: - Real-time updates across all agents - Minimal frame drops even at peak capacity - Smooth integration with visual rendering pipelines
The crowd doesn’t just move. It Responds. When the UFO approaches, individuals scatter. When the beam activates, they ascend in waves. There’s no scripting for each person-only rules that govern collective behavior.
It’s emergent design in action. Simple rules create complex outcomes. And all of it happens inside a browser tab.

How Game Mechanics Turn a Simple Abduction Premise into a Visual Spectacle
At its core, the experience is a toy. A playful interface lets users pilot a UFO, hover over crowds, and trigger abductions. But beneath that simplicity lies carefully tuned mechanics that transform interaction into spectacle.
The UFO’s beam isn’t just a visual effect. It’s a force field that applies upward velocity to agents within range. The strength diminishes with distance, creating a natural gradient of motion-some float gently, others surge violently skyward.
Collision avoidance keeps the crowd from collapsing into a single mass. Agents maintain personal space, reacting to neighbors like particles in a fluid. The effect mimics real crowd dynamics: flow, pressure, and dispersion.
Game mechanics serve dual purposes: 1. They provide intuitive control. 2. They generate emergent visual patterns.
When you sweep the UFO low over the city, people scatter like ripples in water. When you pause and hover, a vortex forms beneath the beam-bodies spiraling upward in a choreographed chaos.
There’s no win condition. No score. Yet the act of control becomes addictive. The feedback loop between input and motion is immediate, satisfying, and deeply engaging.
Why Browser-Based Experiments Are Pushing the Limits of Web Rendering
For years, browsers were seen as document viewers-tools for text, images, and forms. Today, they run complex simulations, 3D environments, and real-time multiplayer experiences. This shift is driven by advances in WebGL, WebGPU, and JavaScript performance.
Browser-based rendering no longer means compromise. With access to low-level GPU functions, developers can build applications that rival native software. The only requirement is a modern device and a standards-compliant browser.
Experiments like this demonstrate what’s possible when developers treat the browser as a creative platform-not just a delivery channel.
Key enablers include: - Shader-based computation for massive parallelism - Efficient memory management through texture buffers - Tight integration between logic and visuals
No plugins. No downloads. Just a URL and a working GPU.
This democratizes innovation. Anyone with a laptop and curiosity can explore the edge of what’s technically feasible-without needing a game studio or rendering farm.
The Thin Line Between Playful Toy and Technical Breakthrough
On the surface, it’s a game. A whimsical distraction where you abduct stick figures with a flying saucer. But peel back the layers, and you find a rigorous technical achievement.
It’s both Art and engineering-a proof of concept disguised as entertainment. The fun factor draws people in. The underlying system teaches them what modern web tech can do.
Other projects may prioritize utility or aesthetics. This one balances both. The visual style is minimal, almost cartoonish. But every line, every motion, serves a functional purpose.
Consider: - The simplified human models reduce rendering cost while preserving readability. - Color shifts indicate state changes-grounded, ascending, or abducted. - Camera controls emphasize scale, letting users zoom from Street level To orbital view.
What seems like decoration is often optimization. What feels like play is often precision.
This duality defines the best interactive experiments: they entertain first, enlighten second, and inspire lasting curiosity.

Behind the Scenes: Merging Art Direction with GPU-Powered Physics
The project was crafted by Edan Kwan, Brandon Leigh-Bennett, and Pauline Stichelbaut at Lusion. It emerged from Lusion Labs, a space dedicated to exploring how new technologies shape interaction and brand experiences through research and development.
Their goal wasn’t to build a commercial product. It was to test the limits of Real-time crowd simulation in the browser Using self-contained, open-ended experimentation.
Art direction supports technical ambition. The monochrome cityscape with pops of neon focuses attention on movement. Lighting is sparse, reducing visual noise. The UFO glows with subtle pulses, guiding the eye without overwhelming.
Meanwhile, physics systems run silently in the background: - Position and velocity stored in floating-point textures - Forces applied via shader passes - State transitions managed through efficient data encoding
Every artistic choice respects performance. Every technical decision considers perception. The fusion creates an experience that feels alive-not because it’s realistic, but because it Responds.
When the Crowd Becomes the Canvas
In most simulations, people are data points. Here, they become part of the visual language. The crowd isn’t just simulated-it’s Choreographed by the user.
Move the UFO slowly, and you create a rising column of bodies, like smoke caught in a thermal. Speed up, and you generate shockwaves-ripples of panic radiating outward.
The city is static. The UFO is simple. But the crowd? It’s dynamic, expressive, almost musical in its flow.
This reframes the idea of interactivity. You’re not just controlling an object. You’re conducting a living system.
Patterns emerge that no designer could fully predict: - Vortices form under sustained beams - Density waves pulse through narrow streets - Gaps open and close like breathing lungs
The crowd becomes a medium-responsive, fluid, and deeply satisfying to manipulate.

Lessons from a Seemingly Silly Sci-Fi Playground
Don’t underestimate the power of play. What begins as a joke-a UFO zapping tiny people-can evolve into a lesson in scalability, optimization, and user engagement.
This experiment teaches that Complex systems can be accessible. You don’t need a manual to understand it. You just click and see what happens.
It also proves that constraints breed creativity. Limited to browser tech, the team found inventive ways to simulate scale. They didn’t wait for perfect tools. They built with what’s available-now.
Three key takeaways for creators: 1. Start with a simple idea, then scale it unexpectedly. 2. Use real-time feedback to deepen engagement. 3. Let users discover complexity through action, not instruction.
Ambition doesn’t always look serious. Sometimes it wears a glowing saucer and a beam of light.
Beyond the Gimmick: What This Experiment Reveals About Interactive Design
This isn’t about UFOs. It’s about Control, response, and scale. It’s about how users connect with systems that feel alive.
Modern audiences crave interactivity that goes beyond scrolling and clicking. They want to influence, shape, and witness change in real time. This project delivers that in a way that’s immediate and visceral.
It shows that interactive design is moving toward: - Real-time simulation as a core element - GPU computation as a standard tool - Experiences that blur the line between game, art, and tech demo
The future of digital experience isn’t passive consumption. It’s participation at scale.
And the tools to build it? They’re already in our hands-and in our browsers.
Where Art, Code, and Imagination Take Off
This experiment lands at the intersection of disciplines. It’s code as canvas, physics as poetry, and play as prototype.
It was built by a small team during a focused R&D cycle-a monthly experiment turned standout achievement. No massive budget. No enterprise infrastructure. Just vision, skill, and the will to push forward.
What it proves is simple: You don’t need permission to innovate. You need curiosity, access to open platforms, and the courage to try something that shouldn’t work-then make it work anyway.
For entrepreneurs and creators, the message is clear. The next breakthrough might not come from a lab or a startup pitch. It might come from a browser tab, a glowing UFO, and a crowd of 100,000 tiny people rising into the sky.
Beaming Up Browser Tech: The Making of a Digital UFO Experience
A Cosmic Test of WebGL Power
Abduction wasn’t just a game-it was a tech experiment in disguise. The team built it to see just how many digital humans a browser could juggle at once using WebGL and GPU computing. Think of it as stress-testing your browser with a crowd of pixelated people scrambling below a hovering UFO. The goal? Push the limits of what real-time crowd simulation could look like without needing high-end software or downloads.
Crafted by a Tiny, Talented Team
This interstellar experience came together through the collaboration of just three creators: Edan Kwan, who shaped the experiment’s design and brought the massive crowds to life; Brandon Leigh-Bennett, who dreamed up the game concept and handled the UFO mechanics; and Pauline Stichelbaut, whose creative input helped shape the final vision. Despite its scale, the project stayed lean, proving that big ideas don’t always need big teams.
More Than Just a Game-It’s a Lab Experiment
Abduction was part of Lusion Labs’ mission to explore how emerging tech shapes the way we interact with digital spaces. It started as a “monthly experiment,” blending art, play, and technical R&D into one glowing UFO package. The result? A playful yet powerful demonstration of GPU-driven simulation in the browser-where abduction isn’t scary, it’s spectacular. Explore more stories, videos, and creators on Loaded.
Frequently Asked Questions
What technology powers the UFO crowd simulation experiment?
The simulation is powered by WebGL and GPU computation, using shaders to handle real-time physics and movement for hundreds of thousands of agents directly in the browser.
How does the crowd react to the UFO in the simulation?
When the UFO approaches, individuals scatter. When the beam activates, people within range ascend smoothly with upward velocity that varies by distance from the beam's center.
Who created the Exp Abduction Lusion experiment?
The project was created by Edan Kwan, Brandon Leigh-Bennett, and Pauline Stichelbaut at Lusion, emerging from their Lusion Labs R&D initiative.
Can this simulation run without an internet connection or server?
Yes, the simulation runs entirely client-side in the browser with no server dependency, relying only on the user's device and GPU.
This article was produced with AI assistance. How Reactor Magazine uses AI.
Jessa explores the evolving intersection of artificial intelligence and daily business innovation, focusing on ethical design and scalable solutions. She translates complex systems into actionable insights, emphasizing human impact over technical jargon.




