afrish
A Rust binding for the Tk graphics toolkit, designed specifically for the development of the Afrim IME.
Overview
afrish opens and communicates with Tk's wish program as a separate process. The library provides:
- low-level functions to directly communicate with wish, suitable for writing additional extensions
- high-level API to write GUI applications with minimal knowledge of Tk.
Example
A simple hello-world example:
use *;
Credits
This project is a clone of rstk.