Experimental browser for the Atmosphere
Loading post...
{ "uri": "at://did:plc:smbb7qeyslhqarjav5o2yzwk/app.bsky.feed.like/3lirllwrn332p", "cid": "bafyreibqy4pirh66o2llwaeaw3h3va77xu24q22wd7a74o5tma44k3kr5u", "value": { "$type": "app.bsky.feed.like", "subject": { "cid": "bafyreibhw7eksg6a544bpj2rrtfezu6t37i4ihgjpmh2bbqytwpmg3rdwu", "uri": "at://did:plc:2zdr4sku6grxpmu5m4pykwin/app.bsky.feed.post/3lipvguat2s2c" }, "createdAt": "2025-02-22T15:02:02.658Z" } }
I was working on a WebGPU demo and decided to try how fast I can make it. Zig in WASM generates a buffer with command stream sorted to minimize GPU state changes. This is 10k individual draw calls, unoptimized, no instancing, no render bundles. Every object is controlled separately.
Feb 21, 2025, 10:52 PM