XSR: A software renderer library for the X server

xsr is a software renderer library which uses xcb library functions to achieve its goals. It has a fixed size and drawing operations are made a pixel at the time with a single function.

Download

The source code was made expecting to run on an OpenBSD operating system. However, since its dependencies are only reliant on xcb and BSD queue, it can be easily modify to match with another OS that has an X server.