Skip to content

Instantly share code, notes, and snippets.

View greggman's full-sized avatar
😁

Greggman greggman

😁
View GitHub Profile
@greggman
greggman / README.md
Created June 5, 2025 05:22
WebGPU vs Canvas transparency
@greggman
greggman / README.md
Created June 4, 2025 21:27
WebGPU Simple Textured Quad - Import Canvas (speed check, update 100 textures, generatemips together)

WebGPU Simple Textured Quad - Import Canvas (speed check, update 100 textures, generatemips together)

view on jsgist

@greggman
greggman / README.md
Created June 3, 2025 22:44
Test ArrayBuffer.resize vs WebAssembly.Memory grow
@greggman
greggman / README.md
Created June 1, 2025 19:08
Centered text that scales to fit container
@greggman
greggman / README.md
Created May 30, 2025 22:21
WebGPU: Compute Shader Mipmap Generation (wip)
@greggman
greggman / README.md
Last active May 30, 2025 19:24
WebGPU: Test copying stencil8 of depth24plus-stencil8 and sampling

WebGPU: Test copying stencil8 of depth24plus-stencil8 and sampling

view on jsgist

@greggman
greggman / README.md
Last active May 28, 2025 01:00
Test Event ordering addEventListener vs onxxx
@greggman
greggman / README.md
Last active May 21, 2025 00:01
WebGPU vs WebGL - colorSpaceConversion: 'none' of PNG with gAMA and cHRM chunks

WebGPU vs WebGL - colorSpaceConversion: 'none' of PNG with gAMA and cHRM chunks

view on jsgist

@greggman
greggman / README.md
Last active May 20, 2025 12:28
PNG Parser in JavaScript - by Gemini 2.5 Pro -
@greggman
greggman / README.md
Last active May 20, 2025 08:11
WebGPU Safari Texture via img.addEventListener