An open API service indexing awesome lists of open source software.

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

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.

![screenshot](screenshot.png)