InfoQ

Topic/Tag specific view

All content and news on InfoQ about GUI


News about GUI

Ruby Shoes Roundup: Ruby-Processing with JRuby, The Shoebox, GitHub

Community
Ruby
Topics
JRuby,
Rich Client / Desktop

We look at the recent developments around the Ruby Shoes GUI toolkit. The Shoebox is a repository for sharing applications written using Shoes. Next to useful applications, Ruby-Processing uses JRuby to get the Processing environment into Ruby.

Glimmer - using JRuby and SWT for Eclipse RCP apps

Community
Java,
Ruby
Topics
Domain Specific Languages,
Scripting,
Rich Client / Desktop,
JRuby

Glimmer is a library for building GUIs with JRuby and SWT. Using the Builder idiom, it allows to define GUIs very quickly, but also permits to access SWT APIs directly. Glimmer was recently proposed as an official Eclipse project, so we caught up with Andy Maleh to talk about the project.

Anvil - Ruby MVC GUI library

Community
Ruby
Topics
Domain Specific Languages,
Programming

Anvil is a new Ruby GUI MVC framework aimed to make GUI development with Ruby simpler. Taking ideas from Rails and Merb, it provides code generators and other tools to automate much of the tedious work. InfoQ caught up with the developer Lance Carlson to see what's behind Anvil and what's planned for future releases.

Ruby.NET 0.9 improves .NET interop, adds Form designer support

Community
.NET,
Ruby
Topics
Scripting,
Runtimes,
Dynamic Languages,
.NET Framework

Ruby.NET, a project to compile Ruby source to .NET CIL, just released version 0.9. The release comes with improved .NET integration and a nearly complete implementation of the Ruby standard library. To top it off, Ruby.NET VS integration ships Form Builder support to help build Ruby GUI apps.

Ruby Shoes for lightweight GUIs, graphics and animation

Community
Ruby
Topics
Rich Client / Desktop,
Dynamic Languages

Ruby GUI toolkits are a dime dozen - but Why The Lucky Stiff managed to create one with a novel approach. Ruby Shoes facilitates animation, 2D graphics, and simple interaction. We take a look at its distinguishing features.

.NET to Ruby connector available

Community
.NET,
Ruby
Topics
Interop,
.NET Framework

The Ruby Connector allows communication between .NET and Ruby. This brings the power of .NET to Ruby, and allows to use Ruby to power Visual Studio generated GUIs.

Wiki-style GUI Layout with Profligacy and LEL

Community
Java,
Ruby
Topics
Domain Specific Languages,
JRuby,
Dynamic Languages

Profligacy is a new JRuby based GUI library created by Zed Shaw. It's aimed at tackling the GUI layout problem with LEL, a compact Wiki-like notation for GUI layouts.

Three approaches to JRuby GUI APIs

Community
Java,
Ruby
Topics
Domain Specific Languages,
JRuby,
Rich Client / Desktop

Ruby already has a host of bindings for various GUI toolkits. JRuby now allows the use of Java's Swing and there are already a few libraries trying to make Swing less tedious to work with. We look at the approaches taken in Profligacy, Cheri, and the JavaFX Script clone Swiby.