Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
12 changes: 12 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -224,6 +224,18 @@ This project uses FFI bindings to wgpu-native. If you're looking for a **100% Pu
- [wgpu-native](https://github.com/gfx-rs/wgpu-native) — Rust WebGPU implementation (runtime binary, not a Go dependency)
- [golang.org/x/sys](https://pkg.go.dev/golang.org/x/sys) — Platform-specific syscalls



## Star History

<a href="https://starhistory.io">
<picture>
<source media="(prefers-color-scheme: dark)" srcset="https://api.starhistory.io/png?repos=go-webgpu/webgpu&style=dark" />
<source media="(prefers-color-scheme: light)" srcset="https://api.starhistory.io/png?repos=go-webgpu/webgpu&style=professional" />
<img alt="Star History Chart" src="https://api.starhistory.io/png?repos=go-webgpu/webgpu" width="800" />
</picture>
</a>

## License

MIT
Expand Down
Loading