Find a file
Vidar Hokstad 5f3aca393e Switch to threaded model to make the async model easier to work with
Also keeping request objects around and matching them to error
objects to ease debugging, and more debug output when
PUREX_DEBUG env var is set
2024-01-11 19:22:43 +00:00
docs goodbye postscript 2011-08-03 23:39:33 -07:00
example Cleanups 2023-12-28 17:19:08 +00:00
lib Switch to threaded model to make the async model easier to work with 2024-01-11 19:22:43 +00:00
test Started bringing tests up to date 2023-09-25 19:00:56 +01:00
.gitignore Ignore bundle 2023-12-28 17:20:07 +00:00
Gemfile We don't actually use Activsupport or hexdump 2023-09-25 18:52:19 +01:00
Gemfile.lock Bumped version 2023-12-28 17:20:54 +00:00
LICENSE.txt gemifying x11 with jeweler 2011-08-03 23:05:45 -07:00
Rakefile start adding tests 2012-05-19 11:49:44 -07:00
README.md Updated README 2023-09-25 20:35:47 +01:00
ruby-x11.gemspec I've been unable to get hold of the previous author, so for the time 2023-09-25 18:56:11 +01:00

Pure X11

This library is now on Rubygems.org as "pure-X11" as I (vidarh) has not had a response from the original author. If that should change, I'll be happy to upstread everything.

(under-development) Pure Ruby implementation of the X Window System Protocol. This library is based off of Mathieu Bouchard's work on his RubyX11 project, and Richard Ramsdens excellent start on Ruby-X11.

Contributors

There is still quite a bit of work to do on this repository. If you're thinking about contributing you may want to look over the PDF in the docs folder which documents the X Window System Protocol.