Hello, I need a simple UI library for a simple project (an UI simple to
program). It must be multiplatform and easy to bundle with that small
app.
Which one would feet my needs ?
- I've found ruby-tk beeing quite easy to understand but unfortunately
is no more bundled with ruby.
- I've gived up with ruby Gnome 2, at least I didn't understand how to
install gnome OR its ruby binding on a Win32 platform
- I didn't tried the others (wxWidgets, QT)
I like QTRuby ... however, it's very large and full-featured.
Nuno wrote:
···
Hello, I need a simple UI library for a simple project (an UI simple to
program). It must be multiplatform and easy to bundle with that small
app.
Which one would feet my needs ?
- I've found ruby-tk beeing quite easy to understand but unfortunately
is no more bundled with ruby.
- I've gived up with ruby Gnome 2, at least I didn't understand how to
install gnome OR its ruby binding on a Win32 platform
- I didn't tried the others (wxWidgets, QT)
i found gtk2 + glade interface builder good (under windows and linux)
but i am just starting (wrote few sample applications pulling data from
postgresql and displaying it as a table).