https://github.com/jackdbd/zig-charts
https://github.com/jackdbd/zig-charts
Last synced: 12 months ago
JSON representation
- Host: GitHub
- URL: https://github.com/jackdbd/zig-charts
- Owner: jackdbd
- Created: 2021-02-15T16:22:39.000Z (over 5 years ago)
- Default Branch: main
- Last Pushed: 2021-02-15T16:23:04.000Z (over 5 years ago)
- Last Synced: 2025-06-22T06:03:50.350Z (12 months ago)
- Language: Zig
- Size: 5.86 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# zig-charts
TODO
## Examples
Run `zig build --help` to see all the compilation targets.
Most examples generate a PNG. Here I use [feh](https://feh.finalrewind.org/) to view the generated file:
```sh
zig build line_chart && feh examples/generated/line_chart.png
```
## Tests
```sh
# run all tests, in all modes (debug, release-fast, release-safe, release-small)
zig build test
# run all tests, only in debug mode
zig build test-debug
```