Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/emilerolley/vgr-pixmap
Vg renderer in pure OCaml for raster outputs.
https://github.com/emilerolley/vgr-pixmap
2d-graphics ocaml vg-renderer
Last synced: about 2 months ago
JSON representation
Vg renderer in pure OCaml for raster outputs.
- Host: GitHub
- URL: https://github.com/emilerolley/vgr-pixmap
- Owner: EmileRolley
- License: mit
- Created: 2021-11-28T18:24:13.000Z (about 3 years ago)
- Default Branch: main
- Last Pushed: 2021-12-23T15:58:42.000Z (about 3 years ago)
- Last Synced: 2024-10-28T00:33:46.780Z (3 months ago)
- Topics: 2d-graphics, ocaml, vg-renderer
- Homepage:
- Size: 20.5 KB
- Stars: 3
- Watchers: 2
- Forks: 0
- Open Issues: 1
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
Vgr_pixmap
A Vg renderer in pure OCaml for raster output.
Report Bug
·
Contribute
Table of Contents
* [Usage](#usage)
* [Sponsors](#sponsors)---
> /!\ Refactoring In Progress, however, current source code can be found
> [here](https://github.com/EmileRolley/vgr-pixmap/blob/feat-vgr-pixmap/src/vgr_pixmap.ml). /!\The purpose of this module is to be used inside the
[learn-ocaml](https://github.com/ocaml-sf/learn-ocaml) grader and allowing to
compare (resp. grade) two [Vg](https://github.com/dbuenzli/vg) images without having
to rely on external dependencies.## Usage
Test examples can be found [here](https://github.com/EmileRolley/vgr-pixmap-test).
## Sponsors
The [@OCaml Software Foundation](http://ocaml-sf.org/) has sponsored the
development of this module from July to September 2021.