PpluX (Jose L. Hidalgo)
@pplux.bsky.social
Reposted by PpluX (Jose L. Hidalgo)
New samples (WebGPU required):
- combined vertex/index buffer: floooh.github.io/sokol-webgpu...
- simple compute shader write: floooh.github.io/sokol-webgpu...
- compute shader image blur (ported from a WebGPU sample): floooh.github.io/sokol-webgpu...
- combined vertex/index buffer: floooh.github.io/sokol-webgpu...
- simple compute shader write: floooh.github.io/sokol-webgpu...
- compute shader image blur (ported from a WebGPU sample): floooh.github.io/sokol-webgpu...
May 24, 2025 at 1:23 PM
New samples (WebGPU required):
- combined vertex/index buffer: floooh.github.io/sokol-webgpu...
- simple compute shader write: floooh.github.io/sokol-webgpu...
- compute shader image blur (ported from a WebGPU sample): floooh.github.io/sokol-webgpu...
- combined vertex/index buffer: floooh.github.io/sokol-webgpu...
- simple compute shader write: floooh.github.io/sokol-webgpu...
- compute shader image blur (ported from a WebGPU sample): floooh.github.io/sokol-webgpu...
Link to the wasm demo pplux.github.io/minimalWGPUN...
May 17, 2025 at 10:56 AM
Link to the wasm demo pplux.github.io/minimalWGPUN...
Thanks to @danielchooper.bsky.social for the great SDF tutorial, it was fun porting it to WGSL. And once again, this kind of thing is only possible with Imgui (@ocornut.bsky.social) and sokol_app (@flohofwoe.bsky.social)
May 17, 2025 at 10:48 AM
Thanks to @danielchooper.bsky.social for the great SDF tutorial, it was fun porting it to WGSL. And once again, this kind of thing is only possible with Imgui (@ocornut.bsky.social) and sokol_app (@flohofwoe.bsky.social)
Reposted by PpluX (Jose L. Hidalgo)
Play with the code and live editor: danielchasehooper.com/posts/code-a...
Animating Rick and Morty One Pixel at a Time
An interactive guide on making 2d animations using signed distance fields in GPU shaders
danielchasehooper.com
February 5, 2025 at 7:43 PM
Play with the code and live editor: danielchasehooper.com/posts/code-a...