WryRuby

WryRuby is a project that provides experimental Ruby bindings for the Tauri's Wry library. It aims to facilitate using Wry functionality in Ruby applications.

Note: This PROJECT and README is a work in progress and will be updated as we go.

Usage

Currently, WryRuby supports the following features:

  • Trayid: Provides functionality for creating system tray icons.
  • New Window: Allows creating new windows for your application.
  • Clipboard: Provides access to the system clipboard.
  • Event Loop: Allows creating and managing event loops for your application. as of now only new

To see examples of how to use these features in Ruby, please refer to the tests directory in this project.

Installation

To use WryRuby, you can install it directly using gem:(not available yet)

gem install wry_ruby

For development

Contributing

Bug reports and pull requests are welcome on GitHub at https://github.com/gintama91/wry_ruby

License

The gem is available as open source under the terms of the MIT License.