~apropos/wlroots

Nim bindings for wlroots.
b37019ef — j-james 2 years ago
Update README
ee2d9824 — j-james 2 years ago
Use my xkbcommon wrapper
1b656d43 — j-james 2 years ago
Remove single-option union type

refs

main
browse  log 

clone

read-only
https://git.sr.ht/~apropos/wlroots
read/write
git@git.sr.ht:~apropos/wlroots

You can also use your local clone with git send-email.

#nim-wlroots

Work-in-progress Nim bindings for wlroots.

This aims to wrap the entire (very large) wlroots library for use with the Nim programming language. These bindings are currently very low-level and not particularly idiomatic, being ported directly from C, but are in the process of being tested and cleaned up.

They are currently based off of and bind the entirety of wlroots 0.15.1.

#Todo

  • [ ] Complete a minimal implementation of tinywl
  • [ ] Write other tests
  • [ ] Replace various ptr T parameters with ptr types
  • [ ] Look into how other bindings (zig-wlroots, go-wlroots, wlroots-rs) work for idiomatic tweaks to make