zsh-users
 help / color / mirror / code / Atom feed
* Rapid TUI application development with Zcurses + ZUI library
@ 2017-03-17 20:07 Sebastian Gniazdowski
  0 siblings, 0 replies; only message in thread
From: Sebastian Gniazdowski @ 2017-03-17 20:07 UTC (permalink / raw)
  To: zsh-users

Hello,
with ZUI you create applications by constructing simple text – like with
HTML. Available are anchors, buttons, text-fields, list-boxes, toggles.
Here is a configure/make wrapper written in ZUI:

https://asciinema.org/a/107688

Here is source of Hello World:

https://github.com/zdharma/zui/blob/master/demos/zui-demo-hello-world

Administrators, for example, will be able to write TUI for their
everyday tasks. The configure wrapper can be extended:
- by use of text fields: pre-configure CFLAGS, CPPFLAGS, LDFLAGS,
- by use of toggle buttons: "-g" on/off, etc.
- entered data stored in file, available at next run.

Zsh can be like Ruby or at least ... have to mention it ... PHP –
because ZUI application is a CGI+(D)HTML architecture mimicry.

Project's wiki: https://github.com/zdharma/zui/wiki
Main homepage: http://zdharma.org

-- 
  Sebastian Gniazdowski
  psprint3@fastmail.com


^ permalink raw reply	[flat|nested] only message in thread

only message in thread, other threads:[~2017-03-17 20:15 UTC | newest]

Thread overview: (only message) (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2017-03-17 20:07 Rapid TUI application development with Zcurses + ZUI library Sebastian Gniazdowski

Code repositories for project(s) associated with this public inbox

	https://git.vuxu.org/mirror/zsh/

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).