Skip to content

Add gogpu/wgpu to Game Development#6293

Merged
github-actions[bot] merged 1 commit intoavelino:mainfrom
kolkov:add-gogpu-wgpu
May 1, 2026
Merged

Add gogpu/wgpu to Game Development#6293
github-actions[bot] merged 1 commit intoavelino:mainfrom
kolkov:add-gogpu-wgpu

Conversation

@kolkov
Copy link
Copy Markdown
Contributor

@kolkov kolkov commented May 1, 2026

Project Name: gogpu/wgpu
Project URL: https://github.com/gogpu/wgpu
Project Desc: Pure Go WebGPU implementation with Vulkan, DX12, and Metal backends, zero CGO.

Check links:

Checklist:

  • Has go.mod file
  • Has at least one tagged release (v0.26.12)
  • English README with full documentation
  • Available on pkg.go.dev
  • Go Report Card grade A+
  • Coverage service badge (Codecov, 80%)
  • CI with GitHub Actions
  • Open-source license (MIT)

Additional Info:

  • 5 HAL backends: Vulkan, Metal, DirectX 12, OpenGL ES, Software
  • Cross-platform: Windows, Linux, macOS, iOS, Browser (WASM in progress)
  • WebGPU-compliant (W3C specification)
  • Shader compilation via gogpu/naga (WGSL → SPIR-V, HLSL, MSL, GLSL, DXIL)
  • Full compute shader support with GPU→CPU readback
  • Damage-aware presentation with compositor dirty rects
  • Debug tooling: leak detection, error scopes, validation layers, DRED diagnostics (DX12)
  • Part of GoGPU ecosystem (4 projects already in awesome-go: gogpu, gg, ui, systray)

@github-actions
Copy link
Copy Markdown

github-actions Bot commented May 1, 2026

Automated Quality Checks

Required checks

Repo: accessible, has go.mod and SemVer release
pkg.go.dev: OK
Go Report Card: OK (grade unknown)

Additional checks

License: MIT
⚠️ Maturity: repo appears to have less than 5 months of history

How to fix: Your repository needs at least 5 months of history since the first commit.
Please resubmit after the repository meets this requirement.
CI/CD: GitHub Actions workflows detected
README: present
Coverage: link accessible

These checks are automated and do not replace maintainer review. See CONTRIBUTING.md for full guidelines.


PR Diff Validation

Content checks

Files changed: only README.md
Single item: one package added
Link consistency: README link matches forge link in PR body
Description: ends with punctuation
Description tone: no promotional language detected
Category size: Game Development has 24 items

Warnings

⚠️ Link text: gogpu/wgpu differs from repo name wgpu

How to fix: The link text should be the exact project name.
If the project name really is gogpu/wgpu, this is fine. Otherwise change it to: - [wgpu](https://github.com/gogpu/wgpu) - ...

Automated diff validation — does not replace maintainer review.

@github-actions github-actions Bot merged commit e3c2ebb into avelino:main May 1, 2026
7 of 8 checks passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant