The Graphics library from OCaml, in a standalone repository
Browse cluster: OCaml Systems and Utilities →The Graphics library is a portable drawing library for OCaml that provides basic graphics primitives for rendering in a separate window created at runtime. Originally distributed with OCaml through version 4.08, it is now maintained as a standalone repository. The library uses X11 on Unix-like systems (with XQuartz required for macOS) and the native Win32 API on Windows, and includes several example programs demonstrating its capabilities.