-
Notifications
You must be signed in to change notification settings - Fork 69
DUIM
Bruce Mitchener edited this page Jan 27, 2014
·
3 revisions
DUIM is the Dylan User Interface Manager. It is meant to be a cross-platform, portable GUI toolkit. However, it currently only supports Windows.
The current Windows rendering backend looks like Windows 2000.
- Use the theming utilities to correctly set up dialogs and widgets so that the colors aren't wrong. See issue 312.
- Improve spacing and layout in general for modern displays.
Once GTK+ Support is in place, look at reviving the old GTK+ DUIM backend and getting it to work again.
Once Objective-C Bridge is in place, we can look at creating a new DUIM backend based on Cocoa to have a native experience on Mac OS X.
- Is it worth bringing back the Motif, Postscript or other backends?
- Is it worth writing an OpenGL backend so that DUIM can be used in OpenGL-based applications, like games?
- iOS or Android?