Skip to content

HatsuSixty/WindowRenderer

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

WindowRenderer

Simple window server, written from scratch in C.

Quick Start

To build the server and the test client:

$ meson builddir
$ meson compile -C builddir

To test the server, run the following command IN A TTY!:

$ ./build/src/WindowRenderer/WindowRenderer ./build/src/TestClient/TestClient

This will start the server, wait 5 seconds to start the client, and start rendering in the TTY. After 10 seconds, the client will close itself, and you can press Ctrl + C to stop the server.

About

Simple window server, written from scratch in C.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published