wlib 0.1.0

A simple wayland windowing library that gives you a pixel buffer and not much else
Documentation
1
2
3
4
5
6
7
8
9
10
11
# Wlib
A simple library for creating a wayland window and manipulating its raw pixel buffer.

## Use case
For when you want to create a simple CPU rendered application like a software rasteriser or a doom like game, and do not need GPU acceleration.

# Example application

![main.rs](https://github.com/Kn4ughty/wlib/blob/main/src/main.rs) outputs:

<img width="500" height="500" alt="image" src="https://github.com/user-attachments/assets/517b9fa0-9879-4724-a9ec-d2c24b0bd42b" />