An open API service indexing awesome lists of open source software.

https://github.com/rukai/simple-message-box

Create a native message box on any platform
https://github.com/rukai/simple-message-box

Last synced: about 2 months ago
JSON representation

Create a native message box on any platform

Awesome Lists containing this project

README

        

# simple_message_box [![Build Status](https://travis-ci.com/rukai/simple-message-box.svg?branch=master)](https://travis-ci.com/rukai/simple-message-box) [![Build status](https://ci.appveyor.com/api/projects/status/ovhk4hamv4669uou?svg=true)](https://ci.appveyor.com/project/rukai/simple-message-box) [![Crates.io](https://img.shields.io/crates/v/simple-message-box.svg)](https://crates.io/crates/simple-message-box)

Create a native message box for any platform:
```
simple_message_box::create_message_box("Hello, World!", "Some Title");
```

Currently supports Windows and X11, looking for macOS and wayland support.

## Windows
![Windows Example](screenshots/windows_example.png)

## macOS

TODO

## X11
![X11 Example](screenshots/x11_example.png)

## Wayland

TODO