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…

Comments
Nothing yet. Say the first thing.
Sign in to join the conversation.