MicroTeX icon indicating copy to clipboard operation
MicroTeX copied to clipboard

Implemented GTK4 widget and gtk4 demo

Open sp1ritCS opened this issue 3 years ago • 0 comments

unlike the other platforms, this just creates a Widget that itself uses the cairo platform to render itself.

The Widget itself doesn't expose anything from microtex, and exclusively exports a C-API, making it compatible with any language that has support for GObject-introspection (python, javascript, rust, nim, java, ...).

On meson, it also generates docs using gi-docgen (assuming -DTARGET_DOCUMENTATION=true is set).

sp1ritCS avatar Aug 20 '22 15:08 sp1ritCS