banan-os/LibGUI
Bananymous c2b6ba0d5a Userspace: Start work on GUI and WindowServer
Current implementation can create custom windows and each window has
its own framebuffer. When window wants to write its framebuffer to the
screen it will send a message to the WindowServer using unix sockets.
2024-05-29 16:00:54 +03:00
..
include/LibGUI Userspace: Start work on GUI and WindowServer 2024-05-29 16:00:54 +03:00
CMakeLists.txt Userspace: Start work on GUI and WindowServer 2024-05-29 16:00:54 +03:00
Window.cpp Userspace: Start work on GUI and WindowServer 2024-05-29 16:00:54 +03:00