o
odinpkg.dev
packages / binding / libghostty-odin

libghostty-odin

517de35binding

Libghostty bindings for the Odin Programming Language

MIT · updated 4 weeks ago

libghostty-odin

Odin bindings for libghostty-vt, the virtual terminal library extracted from Ghostty.

Status

Using odin-c-bindings by the wonderful Karl Zylenski I have now created a script that will generate the C FFI bindings based api output by libghostty-vt.

Planned shape

  • ghostty_vt_c — raw FFI bindings to ghostty/vt.h
  • ghostty_vt — Odin-friendly wrapper API
  • example/ghostling — minimal terminal example based on ghostling