Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/dx3mod/tdl.ml

OCaml bindings for the TDL library
https://github.com/dx3mod/tdl.ml

Last synced: about 2 months ago
JSON representation

OCaml bindings for the TDL library

Awesome Lists containing this project

README

        

# tdl.ml

The OCaml bindings for the [Text Drawing Library][TDL] (terminal graphics), which supports Linux and Windows systems.
Also provides a [Graphics]-like API.

> [!WARNING]
> Currently under active development!

## Quick start

### Installation

Requirements:
- Shared TDL library on system

Install using the OPAM package manager development version:
```console
$ opam pin tdl.dev https://github.com/dx3mod/tdl.ml.git
```

[TDL]: https://github.com/celtrecium/tdl
[Graphics]: https://ocaml.org/manual/4.03/libref/Graphics.html

### Examples

See the [examples](./examples/) directory containing the demonstration projects.