@gfxprogrammeri
iAccount based inUnited States
About this account
- Account based in
- United States
- Connected via
- Web
Account-level information from X, not a live location or the device used for a specific post.
Computer programmer by trade. Graphics focused by passion. Working on WebGL and the Chrome browser. I stand with Ukraine, Wuhan and #BlackLivesMatter
Silicon Valley
Joined March 2012
- Tweets2.7K
- Following190
- Followers2.8K
- Likes5.4K
Khronos will host a WebGL+WebGPU BOF at SIGGRAPH 2026 in Los Angeles on Wednesday, July 22 at 9:00 AM. (Full schedule coming soon.) Do you have a product or demo based on these APIs that you would like to share? If so, please email [email protected] and we'll add you.
Ken Russell πΊπ¦ retweeted
A visual comparison of HTML-in-Canvas vs rasterizing DOM to a canvas texture (side-by-side below, compare average capture times)
Existing approaches to pull web content into canvas are slow and lossy:
- Animations glitch, or don't play at all
- CSS replication is imprecise
- Clogs up the main thread, other animations lag
HTML-in-Canvas (texElementImage2D) lets the browser's own compositor map CSS layouts, animations, and transitions precisely into canvas/WebGL textures β one native call instead of thousands of JS style reads.
It's currently available behind an experimental Chrome flag.
Really cool, and I can't wait for it to become mainstream.
Ken Russell πΊπ¦ retweeted
Just Implemented headless MCP server that gives Claude direct access to Metal GPU traces for any WebGPU app in seconds.
This could completely change web 3D workflows.
That report took under a minute. π―ππ
We are seeking short talks, demos, and presentations that showcase real world use of #WebGL, #WebGPU, #glTF, and #Gaussian Splatting for the 3D on the Web special event during GDC.
To submit a 10 minute talk or demo, please email your description to [email protected]
Ken Russell πΊπ¦ retweeted
This is three.js running on the Exosphere. π€―
Rendering in realtime from a browser at 8K / 60fps.
Hereβs how Shopify just pulled it off π
Glad to see this case study finally published! It's a success story of bringing a highly successful, Unity-based mobile app to the web. Game (and other) developers can draw from this experience and be confident in deploying their apps to the web!
This informative use cases showcases how Google Chrome and Red Games Co. utilized WebGL to develop a web-based version of Crayola's Create and Play application.
khronos.org/blog/google-and-β¦
#webgl #graphics #webgames #developers #programming
Ken Russell πΊπ¦ retweeted
Made a version with SSR and only the AO from SSGI.
codepen.io/mrdoob_/full/LEGjβ¦
It's wild that I can now do quick experiments like these in under an hour just by chatting with claude code.
codepen.io/mrdoob_/full/emJRβ¦
Ken Russell πΊπ¦ retweeted
Manipulating joints of a large number of six-leged insects. Try tilt their house with orbit controls.
Made with #threejs TSL
live demo (all source code is in html of the page) -> mameson.com/experiment/glsl/β¦
Ken Russell πΊπ¦ retweeted
Released @takram/three-clouds, a Three.js and R3F implementation of geospatial volumetric clouds. It took 2 months to develop and another month to organize and document. Though might still be some hiccups and weirdness.
github.com/takram-design-engβ¦
npmjs.com/package/@takram/thβ¦