mach/libs/dusk
Stephen Gutekanst 4b6ccc4079 {dev,dusk}: include dusk in ensure-standard-files automation
Signed-off-by: Stephen Gutekanst <stephen@hexops.com>
2023-04-05 01:51:59 -07:00
..
.github all: update Zig to version 0.11.0-dev.2160+49d37e2d1 2023-03-24 23:23:10 -07:00
src dusk: move IR printer to separate file 2023-03-27 09:16:10 -07:00
test dusk: move IR printer to separate file 2023-03-27 09:16:10 -07:00
.gitattributes Dusk (#715) 2023-03-05 12:14:54 -07:00
.gitignore Dusk (#715) 2023-03-05 12:14:54 -07:00
build.zig all: build: update to zig version 0.11.0-dev.6883+da0509750 2023-03-24 23:22:59 -07:00
LICENSE {dev,dusk}: include dusk in ensure-standard-files automation 2023-04-05 01:51:59 -07:00
LICENSE-APACHE Dusk (#715) 2023-03-05 12:14:54 -07:00
LICENSE-MIT Dusk (#715) 2023-03-05 12:14:54 -07:00
README.md Dusk (#715) 2023-03-05 12:14:54 -07:00

mach/dusk - WebGPU implementation in Zig

This repository is a separate copy of the same library in the main Mach repository, and is automatically kept in sync, so that anyone can use this library in their own project if they like!

Current Status

Dusk is in very early stages and under heavy development; there are hundreds of known bugs/missing features.

WGSL compiler

  • Parser
  • Ast analysis (WIP!)
  • Transpilation targets
    • GLSL
    • Spir-V
    • HLSL
    • Metal

Join the community

Join the Mach community on Discord to discuss this project, ask questions, get help, etc.

Issues

Issues are tracked in the main Mach repository.

Contributing

Contributions are very welcome. Pull requests must be sent to the main repository to avoid some complex merge conflicts we'd get by accepting contributions in both repositories. Once the changes are merged there, they'll get sync'd to this repository automatically.