Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/xframes-project/xframes-ruby
https://github.com/xframes-project/xframes-ruby
Last synced: 10 days ago
JSON representation
- Host: GitHub
- URL: https://github.com/xframes-project/xframes-ruby
- Owner: xframes-project
- License: mit
- Created: 2025-01-01T23:27:18.000Z (12 days ago)
- Default Branch: main
- Last Pushed: 2025-01-02T00:25:05.000Z (12 days ago)
- Last Synced: 2025-01-02T00:25:34.234Z (12 days ago)
- Language: Ruby
- Size: 0 Bytes
- Stars: 0
- Watchers: 0
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
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)