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

https://github.com/allyourcodebase/thorvg


https://github.com/allyourcodebase/thorvg

Last synced: about 1 year ago
JSON representation

Awesome Lists containing this project

README

          

# thorvg built with build.zig

C API accessible via header `thorvg_capi.h`.

## Tests

`zig build test`.

Two tests, "Missing Initialization" and "Negative termination," are failing; I believe this is
an upstream issue and it doesn't seem like these failures break anything major.

## Upstream Dev

If you'd like to work on the upstream source without using meson, you can modify the
`build.zig.zon` to point to a local clone of the upstream `thorvg` and then use
`zig build -Dupstream-dev [upstream-dev-command]`.