package bogue
- Overview
- No Docs
You can search for identifiers within the package.
in-package search v0.2.0
sectionYPositions = computeSectionYPositions($el), 10)"
x-init="setTimeout(() => sectionYPositions = computeSectionYPositions($el), 10)"
>
On This Page
GUI library for ocaml, with animations, based on SDL2
Install
dune-project
Dependency
Authors
Maintainers
Sources
20260208.tar.gz
md5=63a8535116adad2b30cb3431e48e6e02
sha512=0b12273a90751c9262d01b0663f910aa4bea8da2a8e26e73ff0e2a3de1eb3d84364ea9a561f537697eab33e03b89728b270fdf3026efca9ae8461822f38c98ed
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.
Dependencies (6)
Dev Dependencies (1)
-
odoc
with-doc
Used by (1)
-
bogue-tutorials
< "0.2.0"
Conflicts
None
sectionYPositions = computeSectionYPositions($el), 10)"
x-init="setTimeout(() => sectionYPositions = computeSectionYPositions($el), 10)"
>
On This Page