https://github.com/ocamlpro/ocaml-canvas
The OCaml-Canvas library provides a portable Canvas for OCaml
https://github.com/ocamlpro/ocaml-canvas
Last synced: about 1 year ago
JSON representation
The OCaml-Canvas library provides a portable Canvas for OCaml
- Host: GitHub
- URL: https://github.com/ocamlpro/ocaml-canvas
- Owner: OCamlPro
- License: other
- Created: 2022-03-29T16:47:54.000Z (over 4 years ago)
- Default Branch: master
- Last Pushed: 2024-06-26T15:03:57.000Z (about 2 years ago)
- Last Synced: 2024-06-27T18:23:54.495Z (about 2 years ago)
- Language: C
- Homepage: https://ocamlpro.github.io/ocaml-canvas/
- Size: 9.35 MB
- Stars: 59
- Watchers: 12
- Forks: 8
- Open Issues: 32
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
[](https://github.com/ocamlpro/ocaml-canvas/actions)
OCaml-Canvas
============
The OCaml-Canvas library provides a portable Canvas framework for OCaml.
It features an interface similar to HTML5 Canvas, and can render to
native X11, MS Windows or macOS windows. It also features a small
wrapper around HTML5 Canvas, allowing to use the library in any web
browser. In addition, it allows to handle keyboard and mouse events.
* Website: https://ocamlpro.github.io/ocaml-canvas
* General Documentation: https://ocamlpro.github.io/ocaml-canvas/sphinx
* API Documentation: https://ocamlpro.github.io/ocaml-canvas/doc
* Sources: https://github.com/ocamlpro/ocaml-canvas