package bogue-tutorials

  1. Overview
  2. Docs
Bogue Tutorials

Install

Dune Dependency

Authors

Maintainers

Sources

0.2.0.tar.gz
md5=162793cc3685cec188a361d76a19cb1b
sha512=6b4420afb5bff5b697af2b36535126d0e895c8a59edbae351b8f116b0827d73b8b7aac7614a56e6ee2b3336a85f2370596f04354a010e755a9c5669f3ecba40a

Description

Several tutorials for learning how to create GUIs with Bogue

Tags

gui bogue tutorial

Published: 05 Mar 2024

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:

See here

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.

Dependencies (3)

  1. conf-perl
  2. bogue >= "20240224"
  3. dune >= "3.2"

Dev Dependencies (1)

  1. odoc with-doc

Used by

None

Conflicts

None