Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/michaelforney/wld
A primitive drawing library targeted at Wayland
https://github.com/michaelforney/wld
Last synced: 2 months ago
JSON representation
A primitive drawing library targeted at Wayland
- Host: GitHub
- URL: https://github.com/michaelforney/wld
- Owner: michaelforney
- License: mit
- Created: 2013-07-13T02:42:26.000Z (over 11 years ago)
- Default Branch: master
- Last Pushed: 2023-07-03T20:43:16.000Z (over 1 year ago)
- Last Synced: 2024-08-03T18:15:30.567Z (6 months ago)
- Language: C
- Size: 301 KB
- Stars: 81
- Watchers: 12
- Forks: 20
- Open Issues: 5
-
Metadata Files:
- Readme: README.md
- License: COPYING
Awesome Lists containing this project
README
wld
===
wld is a drawing library that targets Wayland. The [swc Wayland compositor
library](https://github.com/michaelforney/swc) uses wld.Installing
==========
To build and install wld, simply use:```Bash
make
make install
```Various flags may be set in config.mk. You will likely want to compile
using only intel or noveau, not both.