workhorsy / d-progress-dialog

A simple progress bar for the D programming language

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

D Progress Dialog

A simple progress dialog for the D programming language

It should work without requiring any 3rd party GUI toolkits. But will work with what it can find on your OS at runtime.

Tries to make a progress dialog with:

  • DlangUI (win32 on Windows or SDL2 on Linux)
  • Zenity (Gtk/Gnome)
  • Kdialog (KDE)

Documentation

https://workhorsy.github.io/d-progress-dialog/0.3.0/

Generate documentation

dub --build=docs

Dub version Dub downloads License

About

A simple progress bar for the D programming language

License:Boost Software License 1.0


Languages

Language:D 97.8%Language:Shell 2.2%