package bogue-tutorials

  1. Overview
  2. Docs
Bogue Tutorials

Install

Dune Dependency

Authors

Maintainers

Sources

0.1.0.tar.gz
md5=3438d2db5bd7e59af1f852d281427229
sha512=9d49c205b791dba5cdd3942e84f54095abba62e64481387bf8cd708ea32a1fc2a98c7fcbb10acf90c5389ed78bdaeb79cf219b32c5d22614c7985aec235090de

Description

Several tutorials for learning how to create GUIs with Bogue

Tags

bogue tutorial

Published: 28 Mar 2023

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.

Dependencies (3)

  1. bogue >= "20221112"
  2. dune >= "3.0"
  3. ocaml

Dev Dependencies (1)

  1. odoc with-doc

Used by

None

Conflicts

None