You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I have created a little GUI demo in the gui-demo branch.
It supports multiple windows, transparency, resizing, and each window has a working close button.
What is still missing to make the GUI useful, is the ability for applications to create their own windows inside the GUI and a way for the GUI to forward events to those applications. That can be implemented once sockets (#23) exist.
The gui branch now contains a working GUI compositor.
Applications can create windows within the GUI and receive events about key presses, mouse movements, etc.
Further changes will be required before it is ready to be merged into the master branch.
We should be able to run multiple graphical applications at the same time rather than just one fullscreen application.
The text was updated successfully, but these errors were encountered: