package bogue-tutorials
Install
Dune Dependency
Authors
Maintainers
Sources
md5=3438d2db5bd7e59af1f852d281427229
sha512=9d49c205b791dba5cdd3942e84f54095abba62e64481387bf8cd708ea32a1fc2a98c7fcbb10acf90c5389ed78bdaeb79cf219b32c5d22614c7985aec235090de
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.