ruby-x11/README.md

28 lines
1 KiB
Markdown
Raw Permalink Normal View History

2023-09-25 21:35:47 +02:00
Pure X11
2011-08-04 08:05:45 +02:00
========
2023-09-25 21:35:47 +02:00
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.
2011-08-01 06:51:22 +02:00
(under-development) Pure Ruby implementation of the X Window System Protocol.
2023-09-25 21:35:47 +02:00
This library is based off of Mathieu Bouchard's work on his RubyX11 project,
and Richard Ramsdens excellent start on Ruby-X11.
2011-08-01 06:51:22 +02:00
2024-07-02 08:09:50 +02:00
Current known use (all mine...):
* [RubyWM](https://github.com/vidarh/rubywm) - Pure Ruby window manager
* [Skrift-X11](https://github.com/vidarh/skrift-x11) - X11 integration for pure Ruby Truetype font rendering
* Rebar - not yet published wm toolbar
* RubyTerm (name TBD) - not yet published version of Ruby terminal
If you're thinking of using pure-x11, drop me a note and I'll start being more
cautious about breaking changes ;)
2012-03-08 19:45:04 +01:00
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.