mach/libs/dusk/README.md
Ali Chraghi 94fbc5d27f
Dusk (#715)
Co-authored-by: Stephen Gutekanst <stephen@hexops.com>
2023-03-05 12:14:54 -07:00

1.1 KiB

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.