core: examples: add a few more WebGPU examples #230
Labels
No labels
CI
all
basisu
blog
bug
build
contributor-friendly
core
correctness
deferred
dev
direct3d-headers
docs
driver-os-issue
duplicate
dxcompiler
editor
examples
experiment
feature-idea
feedback
flac
freetype
gamemode
gkurve
glfw
gpu
gpu-dawn
harfbuzz
help welcome
in-progress
infrastructure
invalid
libmach
linux-audio-headers
long-term
mach
mach.gfx
mach.math
mach.physics
mach.testing
model3d
needs-triage
object
opengl-headers
opus
os/linux
os/macos
os/wasm
os/windows
package-manager
priority
proposal
proposal-accepted
question
roadmap
slipped
stability
sysaudio
sysgpu
sysjs
validating-fix
vulkan-zig-generated
wayland-headers
website
wontfix
wrench
www
x11-headers
xcode-frameworks
zig-update
No project
No assignees
1 participant
Notifications
Due date
No due date set.
Dependencies
No dependencies set.
Reference
hexops/mach#230
Loading…
Add table
Add a link
Reference in a new issue
No description provided.
Delete branch "%!s()"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
I'd like to end up with most interesting WebGPU examples out there ported over for people to easily use/consume from Zig.
If you'd like to port one of these examples over (or come up with your own WebGPU example), feel free to do so and send a PR / post here! This is a tracking issue for exactly that.
You can use this as a template for where to put the code: https://github.com/hexops/mach/pull/227
Guess we can check off the "instancedCube" box due to #246. Also there is a "two-cubes" example already.
https://github.com/hexops/mach/pull/410 brings the image-blur example
map-async added with #414
helloTriangleMSAA has been added with #513