package stk

  1. Overview
  2. Docs
On This Page
  1. Installation
Legend:
Page
Library
Module
Module type
Parameter
Class
Class type
Source

OCaml-stk -- SDL-based GUI Toolkit for OCaml

🌐 OCaml-stk homepage

OCaml-stk is a Graphical User Interfce toolkit for OCaml based on libSDL 2, through the Tsdl bindings.

Lwt is used to provide pseudo-parallelism in event handling.

Stk is still in development but already provides various widgets.

The Stk_iconv library provides bindings to GNU libiconv, to convert strings to and from UTF-8, which is the format of strings in OCaml-stk.

Installation

The stk and stk_iconv packages are installable with opam:

opam install stk stk_iconv

Current state of OCaml-stk can be installed with:

$ opam pin add stk git@framagit.org:zoggy/ocaml-stk.git
$ opam pin add stk_iconv git@framagit.org:zoggy/ocaml-stk.git
OCaml

Innovation. Community. Security.