|
|
|
|
|
by khitchdee
1370 days ago
|
|
A keyboard based IDE for a keyboard based GUI for PCs.
Common PC GUIs are WIMP based (Windows, Icons, Menus, Pointers).
They require the usage of a mouse and are pretty complicated.
I find the usage of the mouse in a PC GUI "unnatural".
So I set out designing a keyboard-input only based GUI.
It turned out, that wasn't as difficult as I initially thought.
Then I started writing an IDE for designing apps using this new GUI approach.
I call it EngageUI, since it is user activity based.
https://github.com/Rohit-Agarwal-Khitchdee/EngageUI/ |
|