Ecosyste.ms: Awesome

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

Awesome Lists | Featured Topics | Projects

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

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.