by jeff
The Three.js conference website for Paris 2026 transforms every visitor into a physics-driven 3D sphere, all rendered in real time using WebGPU and SSGI.
Makio64 and Herve Studio built threejs.paris as the official site for the first Three.js conference, scheduled for May 23, 2026, in Paris. The Three.js conference website does something no other event site has tried. Instead of placing speakers above attendees in a hierarchy, it turns every person in the community into a glowing, physics-driven 3D sphere. Visitors and speakers share the same scene on equal footing. No pedestals, no star billing. Participation becomes interface design, and the result is a Three.js conference website that feels genuinely alive and human.
The technical foundation of the Three.js conference website runs on WebGPURenderer, the next-generation rendering pipeline now supported fully by Three.js. Makio64 integrated Screen-Space Global Illumination, or SSGI, to produce realistic color bleeding between spheres. When two spheres sit close together, light bounces between them in real time. This gives the scene a warm, tactile quality that standard rendering cannot match. The team compressed textures using the KTX2 format, packed instance data into bit-level attributes to stay within WebGPU vertex buffer limits, and offloaded physics calculations to a dedicated Web Worker thread. Every avatar on the Three.js conference website encodes its full appearance into a 10-character base62 string via a mixed-radix codec. No database entry is needed. The string alone reconstructs the entire avatar on the client side.

A Three.js Conference Website Built for the Community
David Ronai wrote the case study for Codrops in February 2026. He describes how the team patched Three.js itself to fix iOS float precision errors and Android shadow rendering bugs. The buttons on the site use custom SVG shapes with 48 control points, making cursor interaction feel fluid and organic. Notable speakers include mrdoob, the creator of Three.js, and Bruno Simon. The Three.js conference website is both a technical showcase and a community statement: code and craft can make even a landing page feel human.
