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

https://github.com/superauguste/thorvg-zig-example


https://github.com/superauguste/thorvg-zig-example

Last synced: about 1 year ago
JSON representation

Awesome Lists containing this project

README

          

# thorvg-zig-example

Zig + SDL2 + ThorVG!

`zig build run` on (hopefully) any device should work out of the box with no dependencies.
Cross-compilation finnicky due to SDL2.

Tested on Windows with Zig `0.13.0`.

Ported from the [official ThorVG Capi example](https://github.com/thorvg/thorvg/blob/v1.0-pre2/examples/Capi.cpp)
which is also licensed under MIT.