https://github.com/allyourcodebase/thorvg
https://github.com/allyourcodebase/thorvg
Last synced: about 1 year ago
JSON representation
- Host: GitHub
- URL: https://github.com/allyourcodebase/thorvg
- Owner: allyourcodebase
- License: mit
- Created: 2024-10-22T18:23:45.000Z (over 1 year ago)
- Default Branch: main
- Last Pushed: 2024-10-24T23:15:21.000Z (over 1 year ago)
- Last Synced: 2025-02-22T01:34:21.890Z (about 1 year ago)
- Language: Zig
- Size: 6.84 KB
- Stars: 1
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
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]`.