Project

visualruby

0.03
Low commit activity in last 3 years
There's a lot of open issues
No release in over a year
Visualruby is a complete IDE for making graphical user interfaces with ruby. It utilizes glade interface designer to create windows, and uses a library of GUI helpers to make coding GTK+ programs easy. The IDE really helps you organize your files and your thoughts because it names your ruby files and glade files by a naming convention. You files take on the names MyClass.rb, and MyClass.glade. Then you can easily edit the GUI (glade file) by right clicking on your class's file. It also creates .gemspec files for you, then you can right-click on the .gemspec file to install it, or upload it to rubygems.org. You can also yank your gems with one click. To install goto visualruby.net!
2005
2006
2007
2008
2009
2010
2011
2012
2013
2014
2015
2016
2017
2018
2019
2020
2021
2022
2023
2024
 Dependencies

Runtime

 Project Readme

@title Home

Visual Ruby

Create GUIs with Ruby.

<iframe width="420" height="315" src="https://www.youtube.com/embed/CY-0OYkg7b8" frameborder="0" allowfullscreen></iframe>

Visualruby was designed specifically for rubyists who want to add a GUI to their ruby scripts. It enormously simplifies the process of adding GTK+ windows to your applications. Visualruby is completely integrated with the glade interface designer, so you only need to click on a ruby file to edit its widgets using glade.

The editor has a "Run" button to execute your script, and if an error occurs, the editor will automatically jump to the spot in your code that caused the error. Also, you can create a .gemspec file, compile your gem, install your gem, or push, yank or uninstall your gem with just one mouse-click.

GUIs Are Easy As 1,2,3...

Write your code

Create your GUI with Glade

Click the Run button