package bogue
GUI library for ocaml, with animations, based on SDL2
Install
Dune Dependency
Authors
Maintainers
Sources
20250224.tar.gz
md5=9ed50817c2a03c311df5ae7d2475555b
sha512=35f2eb49cb8897507a7d740d3575b5b840f04e0aa6a7834a55cda0dbc476723d66bf2b4bd4b78b0ba29e9e2d9cab249bfb5a02d515c21f9d27653318079d1879
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.
sectionYPositions = computeSectionYPositions($el), 10)"
x-init="setTimeout(() => sectionYPositions = computeSectionYPositions($el), 10)"
>
On This Page