Skip to content

OCamlPro/ocaml-canvas

Folders and files

NameName
Last commit message
Last commit date

Latest commit

5669d57 · Jun 26, 2024

History

95 Commits
Oct 6, 2022
Oct 3, 2022
Jun 13, 2024
Jun 26, 2024
Jan 20, 2023
Jun 26, 2024
Aug 23, 2022
Jun 3, 2022
Jun 13, 2024
Jun 3, 2022
Nov 22, 2022
Sep 29, 2022
Sep 29, 2022
Dec 12, 2022

Repository files navigation

Actions Status

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.