RSS Amplifier

(untitled) · Aug 24, 2025

Chladni Figures

0
Sign in to vote or save

This page cannot be shown here. You can still read it on the original site — the toolbar below keeps your place in the directory.

--> Hint: Load this page in a WebGPU-supported browser to control a live simulation! import init from '/posts/chladni/chladni.js' async function isWebgpuSupported() { if (!navigator.gpu) { return false; } try { const adapter = await navigator.gpu.requestAdapter(); return adapter !== null; } catch (err) { return false; } } isWebgpuSupported().then((supported) => { if…

Read on /posts/chladni/

Comments

Nothing yet. Say the first thing.

    Sign in to join the conversation.