package bogue

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

Install

Dune Dependency

Authors

Maintainers

Sources

20210917.tar.gz
md5=dd71cf658cc3591236352a366eb306ed
sha512=86504940b381bce091880ab8caa5cc9875aebf702613f7a3b4d2f419d7ce97b98a80b2572b14ae2bcafcb6ed7ec113ebae2c5dc96f11a59f591e78b1c61d03b9

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.

Tags

gui

Published: 06 Oct 2021

Dependencies (5)

  1. tsdl >= "0.9.7" & < "0.9.9"
  2. ocaml >= "4.08.0"
  3. tsdl-ttf >= "0.3"
  4. tsdl-image >= "0.3.0"
  5. dune >= "2.7"

Dev Dependencies (1)

  1. odoc with-doc

Used by

None

Conflicts

None

OCaml

Innovation. Community. Security.