libRUIN
本文导语: libRUIN (Renderer for User Interfaces in Ncurses) 是一个基于 XML 的用户接口标志语言的渲染库,使用 ncurses 终端控制库开发。 GNU Guile and the SDOM Scheme module are used as the "glue" that manages user input and event handling. An application programmer passes an XML d...
libRUIN (Renderer for User Interfaces in Ncurses) 是一个基于 XML 的用户接口标志语言的渲染库,使用 ncurses 终端控制库开发。
GNU Guile and the SDOM Scheme module are used as the "glue" that manages user input and event handling. An application programmer passes an XML document (including, potentially, a set of CSS stylesheets) and an Ncurses WINDOW structure, and libRUIN paints the WINDOW according to the markup and CSS. The programmer may subsequently pass Ncurses-style input strings to that WINDOW via libRUIN, and libRUIN will handle the resulting event flows.
您可能感兴趣的文章:
本站(WWW.)站内文章除注明原创外,均为转载、整理或搜集自网络。欢迎任何形式的转载,转载请注明出处。