On Monday, 16 January 2017 at 07:38:31 UTC, Jacob Carlborg wrote:
On 2017-01-16 07:28, Vadim Lopatin wrote:
Windows support in DlangUI is not native since it does not use
native
controls.
DlangUI draws widgets itself on all platforms. But on Win32
it's
possible to build app which uses Win32 API only, and no
additional DLLs
will be required to run it. On Linux and Mac, there is extra
dependency
- libSDL2.
For most application on macOS, a non-native GUI library is not
interesting.
There is a workaround: it's possible to create DlangUI theme
which looks like native OSX app.