bogueversion
GUI library for ocaml, with animations, based on SDL2
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 |
---|---|
Author | Vu Ngoc San <san.vu-ngoc@laposte.net> |
License | ISC |
Published | |
Homepage | https://github.com/sanette/bogue |
Issue Tracker | https://github.com/sanette/bogue/issues |
Maintainer | Vu Ngoc San <san.vu-ngoc@laposte.net> |
Dependencies |
|
Source [http] | https://github.com/sanette/bogue/archive/20231209.tar.gz md5=7001dfb28e03db2169212b607c33917c sha512=14574922ec93d791d3e4021e97a5f615fe164793d83b72fa4e7e1d72dd257a75f0bf3f8582c473201b01edfaeb4985096faecdb9ad8218998e9722b2b46015f3 |
Edit | https://github.com/ocaml/opam-repository/tree/master/packages/bogue/bogue.20231209/opam |
Required by
- bogue-tutorials<0.2.0
- snoke