Ecosyste.ms: Awesome

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

Awesome Lists | Featured Topics | Projects

https://github.com/xframes-project/xframes-ruby


https://github.com/xframes-project/xframes-ruby

Last synced: 10 days ago
JSON representation

Awesome Lists containing this project

README

        

# xframes-ruby

## Instructions

### Install Ruby

#### Windows

I recommend to install Ruby via [Scoop](https://scoop.sh/), then

- `gem install ffi`
- `gem install eventmachine`

`RUBY_DLL_PATH` must be set:

`$env:RUBY_DLL_PATH="C:\dev\xframes-ruby"`

#### Linux

- `sudo apt install ruby-full`
- `sudo gem install ffi`
- `sudo gem install eventmachine`

### Run the application

`ruby main.rb`

## Screenshots

Windows 11

![image](https://github.com/user-attachments/assets/2ddc2f41-5310-4f4c-a850-71c3edead95b)