Ecosyste.ms: Awesome

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

Awesome Lists | Featured Topics | Projects

https://github.com/bobcao3/rubywnck3

The libwnck-3.0 utils for ruby, suited in ruby-gnome's rgtk3
https://github.com/bobcao3/rubywnck3

Last synced: 28 days ago
JSON representation

The libwnck-3.0 utils for ruby, suited in ruby-gnome's rgtk3

Awesome Lists containing this project

README

        

# RubyWnck3
Ruby bindings for Window Navigator Construction Kit library
Suited for gtk3 ( ruby gem )

# How to use
1. Clone the sources
2. `ruby extconf.rb`
3. `make`
4. Copy the Wnck3.so or `sudo make install`
5. Require the wnck3 before your ruby files
`require 'Wnck3'` or `require 'Wnck3.so'`

# Dependencies
gtk3 (gem)
libwnck-3.0 (binary)