An open API service indexing awesome lists of open source software.

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

Awesome Lists containing this project

README

          

[![Actions Status](https://github.com/ocamlpro/ocaml-canvas/workflows/Main%20Workflow/badge.svg)](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