Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/schmidt/swt_rawr_hello_world
Hello World example for SWT application with JRuby and Rawr
https://github.com/schmidt/swt_rawr_hello_world
Last synced: 30 days ago
JSON representation
Hello World example for SWT application with JRuby and Rawr
- Host: GitHub
- URL: https://github.com/schmidt/swt_rawr_hello_world
- Owner: schmidt
- Created: 2010-11-06T11:18:53.000Z (about 14 years ago)
- Default Branch: master
- Last Pushed: 2010-11-06T11:23:44.000Z (about 14 years ago)
- Last Synced: 2023-04-10T07:46:22.801Z (over 1 year ago)
- Language: Ruby
- Homepage:
- Size: 10.7 MB
- Stars: 2
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.txt
Awesome Lists containing this project
README
This project aims to be a basic starting point for SWT development using JRuby
and Rawr. If you want to write Desktop applications in Ruby that can be easily
distributed as Native Binary, you may be interested in this.In order to create Application bundles (.apps for Mac and .exes for Windows)
you need to have Rawr (1.4.3) installed.Current status:
It was only tested on OS X 10.6.4. Tests on Windows and Linux need to follow.
A code review should ensure that only best practices of Rawr and SWT in JRuby
are used.