Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/shinyzenith/nim-wl

Implementation of tinywl in nim ( reference implementation of wayland compositor written with wlroots )
https://github.com/shinyzenith/nim-wl

Last synced: 25 days ago
JSON representation

Implementation of tinywl in nim ( reference implementation of wayland compositor written with wlroots )

Awesome Lists containing this project

README

        

# Nim-WL:

Feel free to open github issues for any line of code that you do not understand. This is a repo made to teach people to learn how to write wayland compositors in nim.

NOTE: This project is a WIP.

# Building:

## Dependencies:
1. Clang
1. Nim
1. Nimble

```bash
git clone https://github.com/waycrate/nim-wl
cd nim-wl
make
./herb
```

If you get errors regarding clang path, change the path to clang include directory in `libherb.nim`.