Is there any emacs script interface library that allows you to draw different gui in emacs buffers?
As far as I know, the emacs extension interface is limited to key bindings and dialogs in the message buffer. At the same time, you can draw anything in the buffer (artist-mode) and can respond to any user action (keyboard and mouse clicks), so it is possible to implement this library completely in elisp.
Necto source share