https://github.com/stynh/live-chart-c
https://github.com/stynh/live-chart-c
Last synced: 5 months ago
JSON representation
- Host: GitHub
- URL: https://github.com/stynh/live-chart-c
- Owner: StynH
- License: mit
- Created: 2025-08-06T17:42:14.000Z (11 months ago)
- Default Branch: main
- Last Pushed: 2025-08-06T18:07:59.000Z (11 months ago)
- Last Synced: 2025-08-06T19:29:46.631Z (11 months ago)
- Size: 8.79 KB
- Stars: 0
- Watchers: 0
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# live-chart-c
This is a pure-C fork of [lcallarec/live-chart](https://github.com/lcallarec/live-chart).
I made this because I wanted to use the library in a C project.
The `.vala` sources are compiled to `.c` using `valac --ccode` and built into a static library. No Vala compiler is required to use it.
## What’s included
Each release contains:
- `c-emitted/*.c` -> generated C source files
- `c-emitted/*.h` -> generated headers
- `c-emitted/liblivechart.a` -> compiled static library
## Original project
Original repo: https://github.com/lcallarec/live-chart
License: MIT.