workhorsy / d-message-box

A simple message box for the D programming language

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

D Message Box

A simple message box 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. It tries to use the following:

  • DlangUI (win32 on Windows or SDL2 on Linux)
  • SDL_ShowSimpleMessageBox (Derelict SDL2)
  • MessageBoxW (win32 on Windows)
  • Zenity (Gtk/Gnome)
  • Kdialog (KDE)
  • gxmessage (X11)

Documentation

https://workhorsy.github.io/d-message-box/0.3.0/

Generate documentation

dub --build=docs

Dub version Dub downloads License

About

A simple message box for the D programming language

License:Boost Software License 1.0


Languages

Language:D 97.4%Language:Shell 2.6%