package bogue

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

Install

Dune Dependency

Authors

Maintainers

Sources

20231209.tar.gz
md5=7001dfb28e03db2169212b607c33917c
sha512=14574922ec93d791d3e4021e97a5f615fe164793d83b72fa4e7e1d72dd257a75f0bf3f8582c473201b01edfaeb4985096faecdb9ad8218998e9722b2b46015f3

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: 12 Dec 2023

Dependencies (6)

  1. directories < "0.6"
  2. tsdl >= "0.9.7" & < "0.9.9"
  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

Used by (2)

  1. bogue-tutorials < "0.2.0"
  2. snoke

Conflicts

None

OCaml

Innovation. Community. Security.