~paulgb
paulgb’s posts on Joy of Computing
home
about
subscribe
RC
home
about
log in
Subscribe
Atom feed
Recurse Center
log in
Works
Submissions
Monday, Sep 20
Calling WebAssembly from Rust
(
permalink
)
made by
paulgb
, submitted by
porterjamesj
A guide to the many moving parts involving in embedding WebAssembly in a Rust program running outside the browser.
—
porterjamesj
Tuesday, Jun 29
webgl2-glyph
(
permalink
)
made by
paulgb
, submitted by
porterjamesj
A WebGL renderer for the glyph-brush Rust text rendering library (https://github.com/alexheretic/glyph-brush/tree/master/glyph-brush), enabling it to be used on the frontend via WebAssembly.
—
porterjamesj
Wednesday, Jun 9
WGSL Playground
(
permalink
)
made by
paulgb
, submitted by
Mai
This is a simple playground for experimenting with fragment shaders in WebGPU's shading language.
—
Mai