package bogue
- Overview
- No Docs
You can search for identifiers within the package.
in-package search v0.2.0
GUI library for ocaml, with animations, based on SDL2
Install
Dune Dependency
Authors
Maintainers
Sources
20221002.tar.gz
md5=9eb85caf6526009d598a3ba20fb8a5e3
sha512=6078ec75b8bc5a0e28f7fde1cdf703d7156095becfe67c68c1dd70844b83440cd6492ec4917d489323a5d9805f083b13c8ed92c9bfa39de1eb0bc3013be28ade
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