Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Package bogue.20240928 #26644

Merged
merged 1 commit into from
Sep 28, 2024
Merged

Conversation

sanette
Copy link
Contributor

@sanette sanette commented Sep 28, 2024

bogue.20240928

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.



🐫 Pull-request generated by opam-publish v2.4.0

@avsm avsm merged commit 1b0d286 into ocaml:master Sep 28, 2024
1 of 3 checks passed
@avsm
Copy link
Member

avsm commented Sep 28, 2024

Some test failures due to depext linkage, but doesn't look serious enough to block.
Thanks! You may want to announce this on https://discuss.ocaml.org, where we have a Community category and an announce tag for this purpose.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

3 participants