package bogue

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

Install

Dune Dependency

Authors

Maintainers

Sources

20241212.tar.gz
md5=51a9a6fcb02015a4e52721e578a54694
sha512=fb1806b687cdc6da6d3d899f103085bf091eb26bc5326d16cd1d1a16b36824a909ba60aee2ef1ba0580b9dea3e83c37c3baca1dcb480ee0b5894baf4409f64e7

Description

Bogue is an all-purpose GUI library for ocaml, with animations, based on SDL2.

This library can be used for games or for adding GUI elements to any ocaml program.

It uses the SDL2 renderer library, which makes it quite fast.

It is themable, and does not try to look like your desktop. Instead, it will look the same on every platform.

Graphics output is scalable, and hence easily adapts to Hi-DPI displays.

Programming with bogue is easy if you're used to GUIs with widgets, layouts, callbacks, and of course it has a functional flavor. It uses Threads when non-blocking reactions are needed.

Tags

gui

Published: 13 Dec 2024

Dependencies (6)

  1. tsdl > "0.9.9"
  2. xdg >= "3.4.0"
  3. ocaml >= "4.08.0"
  4. tsdl-ttf >= "0.3"
  5. tsdl-image >= "0.3.0"
  6. dune >= "2.7"

Dev Dependencies (1)

  1. odoc with-doc

Conflicts

None

OCaml

Innovation. Community. Security.