main

slighly less primitive drawing library for wayland

17 L
21 L
206 L
15 L
7 L
137 L
847 L
77 L
123 L
50 L
242 L
232 L
420 L
137 L
735 L
511 L
44 L
240 L
74 L
290 L
81 L
278 L

readme

 1newwld
 2===
 3neuwld is a drawing library that targets Wayland. The [swc Wayland compositor
 4library](https://github.com/michaelforney/swc) uses wld.
 5
 6Installing
 7==========
 8To build and install neuwld, simply use:
 9
10```Bash
11muon setup build
12ninja -C build
13muon -C build install
14```