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. -- /Jacob Carlborg
