https://github.com/akunaakwei/zig-sdl3-dawn-example
example on dawn with sdl3 in zig
https://github.com/akunaakwei/zig-sdl3-dawn-example
zig
Last synced: 9 months ago
JSON representation
example on dawn with sdl3 in zig
- Host: GitHub
- URL: https://github.com/akunaakwei/zig-sdl3-dawn-example
- Owner: akunaakwei
- License: 0bsd
- Created: 2025-08-31T10:37:43.000Z (10 months ago)
- Default Branch: main
- Last Pushed: 2025-08-31T18:00:06.000Z (10 months ago)
- Last Synced: 2025-08-31T20:22:24.283Z (10 months ago)
- Topics: zig
- Language: Zig
- Homepage:
- Size: 8.79 KB
- Stars: 0
- Watchers: 0
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# sdl3 dawn example
This is a example on how to use dawn to draw an red triangle with a SDL3 window written in zig.
The [original example](https://github.com/google/dawn/blob/main/src/dawn/samples/HelloTriangle.cpp) is written in C++ and used glfw.
