Ruby-GNOME2 1.0.0

Hi,

The Ruby-GNOME2 project released Ruby-GNOME2 1.0.0.

This is the our first major release!!!
We released the first version 0.1 at 2002-11-23. It’s
9years ago. :slight_smile:

Please try it for writing a GUI application.

Web:
http://ruby-gnome2.sourceforge.jp/

Install:
gem install gtk2
(Ruby 1.9.2 ready and Windows ready.)

= About Ruby-GNOME2

Ruby-GNOME2 is a set of Ruby language bindings for the GTK+
2.x and GNOME 2.x development environment.

= About GTK+

from http://www.gtk.org/

GTK+ is a highly usable, feature rich toolkit for creating
graphical user interfaces which boasts cross platform
compatibility and an easy to use API. GTK+ it is written
in C, but has bindings to many other popular programming
languages such as C++, Python and C# among others. GTK+ is
licensed under the GNU LGPL 2.1 allowing development of
both free and proprietary software with GTK+ without any
license fees or royalties.

= About GNOME

from http://www.gnome.org/about/

The GNOME project provides two things: The GNOME desktop
environment, an intuitive and attractive desktop for
users, and the GNOME development platform, an extensive
framework for building applications that integrate into
the rest of the desktop.

= About this release

This is the first major release!!!

Thanks,

i have a few thinks that i does not like with ruby-gnome and because of
that i do a fork:

  1. it needs ALL stuff build together, my gems are partable
  2. the dokumentation … or i mean the less of one
  3. the syntax style is not realy ruby like … i mean you have get and
    set properties but why not use the method_missing hook for that so
    obj.prop=value works also?
  4. your coding inside is a little bit ugly … do you know thats its
    possible to use c++ code inside a ruby gem?

this is only constuctive critic … if i had enouth time i would help
you