Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/armael/ocaml-nanosvg
NanoSVG + OCaml bindings
https://github.com/armael/ocaml-nanosvg
Last synced: 2 months ago
JSON representation
NanoSVG + OCaml bindings
- Host: GitHub
- URL: https://github.com/armael/ocaml-nanosvg
- Owner: Armael
- License: mit
- Created: 2022-09-21T13:30:54.000Z (over 2 years ago)
- Default Branch: main
- Last Pushed: 2023-12-24T13:55:39.000Z (about 1 year ago)
- Last Synced: 2023-12-24T14:37:03.318Z (about 1 year ago)
- Language: OCaml
- Size: 113 KB
- Stars: 9
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- Changelog: CHANGES
- License: LICENSE
Awesome Lists containing this project
README
OCaml bindings to Nano SVG
==========================[Nano SVG](https://github.com/memononen/nanosvg) is a simple single-header SVG
parser and rasterizer.This library implements OCaml bindings to NanoSVG while vendoring the C
implementation, thus providing a standalone OCaml library.## Example program
See `example/example1.ml`. Building it additionally requires `tsdl` to be installed.
```
opam install tsdlmake example
# or
dune exec -- example/example1.exe example/23.svg
```