package bogue

  1. Overview
  2. Docs
GUI library for ocaml, with animations, based on SDL2

Install

dune-project
 Dependency

Authors

Maintainers

Sources

20260208.tar.gz
md5=63a8535116adad2b30cb3431e48e6e02
sha512=0b12273a90751c9262d01b0663f910aa4bea8da2a8e26e73ff0e2a3de1eb3d84364ea9a561f537697eab33e03b89728b270fdf3026efca9ae8461822f38c98ed

doc/index.html

Bogue -- General purpose GUI (Graphical user interface) library for Ocaml.

Bogue is a lightweight and fast GUI for developing desktop applications, games, or for easy debugging of non-GUI programs.

Bogue is entirely written in ocaml except for the hardware accelerated graphics library SDL2.

Quick start

For a quick start, see Bogue's general principles, and the minimal example.

Documentation

The entry point of this library is the Bogue module.

The source/issues/PR are on github