name neuwld
description slighly less primitive drawing library for wayland
last change 2026-05-06

commit briefs

bb5d247
shrub  ·  2026-05-06
main
6446a28
shrub  ·  2026-03-18
1039dce
shrub  ·  2026-03-12
8f37bab
shrub  ·  2026-03-12
da03b6d
sewn  ·  2026-02-28
10c9dd9
dalem  ·  2026-02-08
b43133c
pascalecu  ·  2026-02-08
0a60e49
shrub  ·  2026-02-08
402198d
dalem  ·  2026-02-07
49ced8d
dalem  ·  2026-02-07
4e7e043
shrub  ·  2026-02-03

branches

refs

tree

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```