qui 0.2.0

A Text User Interface library.


To use this package, run the following command in your project's root directory:

Manual usage
Put the following dependency into your project's dependences section:

QUI

QUI is a widget based Text User Interface library for the D Language. (uses termbox under the hood.)

Features

  1. Widget-based
  2. Easy to add more widgets
  3. Easy to get started with (source/demo.d explains how to use most of it)
  4. Event-based
  5. Timer Events
  6. Support for mouse events
  7. Most, if not all, of the code is commented

Setting it up

To use qui in your dub package, add this to dub.json dependencies: "qui": "~>0.2.0" or to dub.sdl: dependency "qui" version="~>0.2.0"

Getting Started

Documentation for this package can be found here.

Building demo

The included demo configuration (source/demo.d) demonstrates the usage of all the included widgets. To build it, run the following:

dub fetch qui
dub --build=release --config=demo qui

This will run the demo program.

Authors:
  • nafees
Dependencies:
utils, termbox
Versions:
0.7.1 2023-Apr-22
0.7.0 2023-Apr-12
0.6.2 2023-Jan-12
0.6.1 2022-Oct-16
0.6.0-alpha2 2022-Oct-16
Show all 28 versions
Download Stats:
  • 0 downloads today

  • 0 downloads this week

  • 0 downloads this month

  • 316 downloads total

Score:
1.1
Short URL:
qui.dub.pm