package bogue

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

Install

Authors

Maintainers

Sources

20200630.tar.gz
md5=587556b986f3aa3cb9b7f1821dfee261
sha512=0180add49ebad4102136ea78243b202262f66e29f0529d19f4d36fbdcc54c55d86ff2bc1474a0099318d3b30868146c4fcda74da756bfb0893e3c58330a53a30

Description

bogue is a 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.

Published: 04 Jul 2020

Dependencies (6)

  1. tsdl >= "0.9.0" & < "0.9.7"
  2. dune >= "1.10"
  3. ocaml >= "4.05.0"
  4. tsdl-ttf >= "0.2" & < "0.3"
  5. tsdl-image >= "0.2" & < "0.3"
  6. stdlib-shims >= "0.1.0"

Dev Dependencies

None

Used by

None

Conflicts

None