Skip to content

Instantly share code, notes, and snippets.

@ayushmi
ayushmi / swarm.html
Created November 6, 2025 21:42
10,000 robots with collision avoidance in WebGPU in HTML
<!doctype html>
<html lang="en">
<head>
<meta charset="utf-8"/>
<title>swarmbots.wgpu — 10k robots</title>
<meta name="viewport" content="width=device-width, initial-scale=1"/>
<style>
:root { color-scheme: dark; }
body { margin:0; font:14px/1.3 system-ui, -apple-system, Segoe UI, Roboto, sans-serif; background:#0b0e14; color:#e6e9ef; }
#wrap { display:grid; grid-template-columns: 320px 1fr; min-height:100vh; }