package bogue-tutorials
Install
Dune Dependency
Authors
Maintainers
Sources
md5=162793cc3685cec188a361d76a19cb1b
sha512=6b4420afb5bff5b697af2b36535126d0e895c8a59edbae351b8f116b0827d73b8b7aac7614a56e6ee2b3336a85f2370596f04354a010e755a9c5669f3ecba40a
Description
Several tutorials for learning how to create GUIs with Bogue
README
Bogue tutorials
A collection of tutorials for the Bogue OCaml library.
Bogue is a GUI library for developing desktop applications. The tutorials will guide you from basic first steps to advanced methods.
The tutorials are best viewed online at this address.
You can also download the repository and open docs/bogue-tutorials/index.html
in a browser.
All tutorials come with automatically tested code, which can be executed if you download the source and run make exe
within a tutorial directory. If you installed the bogue-tutorials
opam package, you may simply execute the bogue-tutorials.xxx
programs. (Replace xxx
by the name of the tutorial.)
Of course, the code can also be manually copy-pasted in an OCaml toplevel (REPL). See instructions here.
List of available tutorials:
WIP
This is work in progress: more tutorials will be added when time permits.
On the other hand, the existing tutorials are fairly stable. At least, they should work as expected.
Contribute
See Contributing.md.