December 16, 2013 Re: Need sounding board for GUI library | ||||
---|---|---|---|---|
| ||||
Posted in reply to MrSmith | On Sunday, 15 December 2013 at 16:47:00 UTC, MrSmith wrote: > Ok, cool. Now waiting to check it on github. Ok, I finally got it ready and working. https://github.com/GaboonViper/CinchUi Keep in mind that it's very much work in progress. The base is fairly solid, but the widgets still need plenty of work. Not to mention I need to add some documentation and refactor the coding style. Cheers, Boyd |
December 16, 2013 Re: Need sounding board for GUI library | ||||
---|---|---|---|---|
| ||||
Posted in reply to Marco Leise | On Monday, 16 December 2013 at 12:54:22 UTC, Marco Leise wrote:
> Something that is often forgotten when writing your own GUI
> toolkit is the tight integration of the native toolkits with
> the typical available hardware (e.g. touchscreen, mouse with 1
> button), the desktop environment (remembering open windows
> after reboot, allowing only one instance and opening
> multiple documents in the same instance), accessibility
> support and last not least an IME for languages with large
> symbolic alphabets that cannot be represented on a keyboard
> normally, like Chinese, Japanese, Korean.
>
> By no means do I want to demotivate you :)
Accessibility and state remembrance are definitely things I need to think about. Thanks.
I already have support for multi-touch. And support for foreign languages should be there, although I haven't tested it.
|
Copyright © 1999-2021 by the D Language Foundation