Skip to content

Latest commit

 

History

History
17 lines (13 loc) · 498 Bytes

README.md

File metadata and controls

17 lines (13 loc) · 498 Bytes

X-Ruby-Bindings (Xrb)

Ruby bindings for X11 based off the XCB protocol definition XML files. A large portion of the code used in the bindings is auto-generated.

These bindings are very incomplete. I've been filling in pieces as I need them, currently working on getting the Julia example working from the XCB demos.

Currently Broken

  • The PolyText methods are not working (draw_text).
  • The ImageText methods are not working (draw_image_text).
  • The GetImage/PutImage do not work.