Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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
- Host: GitHub
- URL: https://github.com/dx3mod/tdl.ml
- Owner: dx3mod
- License: mit
- Created: 2024-09-15T22:07:38.000Z (4 months ago)
- Default Branch: master
- Last Pushed: 2024-09-16T15:40:45.000Z (4 months ago)
- Last Synced: 2024-09-17T16:41:52.361Z (4 months ago)
- Language: OCaml
- Homepage:
- Size: 5.86 KB
- Stars: 1
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
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 systemInstall 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.