[lnkForumImage]
TotalShareware - Download Free Software

Confronta i prezzi di migliaia di prodotti.
Asp Forum
 Home | Login | Register | Search 


 

Forums >

comp.lang.ruby

A dotnet UI on top of a Ruby code, anyone ?

Thibaut Barrère

2/17/2006 3:46:00 PM

Hi!

I'm currently investigating how to create nice non-web UI on top of
Ruby applications, in a productive way.

As I'm very comfortable with it I thought about using .Net. Did anyone
actually developed a .Net UI (as a client for an underlying Ruby
application, whatever the communication channel is) ?

Or is it hard to develop really nice UI using any of the various ruby
widget toolkits around ?


I'd be interested in any type feedback.

cheers

Thibaut

5 Answers

Greg Chagnon

2/17/2006 5:20:00 PM

0

If you want to use .Net you might want to have a look at BOO.

It isn't Ruby but it might be good enough.


<thibaut.barrere@gmail.com> wrote in message
news:1140191139.163212.33330@g14g2000cwa.googlegroups.com...
> Hi!
>
> I'm currently investigating how to create nice non-web UI on top of
> Ruby applications, in a productive way.
>
> As I'm very comfortable with it I thought about using .Net. Did anyone
> actually developed a .Net UI (as a client for an underlying Ruby
> application, whatever the communication channel is) ?
>
> Or is it hard to develop really nice UI using any of the various ruby
> widget toolkits around ?
>
>
> I'd be interested in any type feedback.
>
> cheers
>
> Thibaut
>


jgbailey

2/17/2006 5:28:00 PM

0

Check out the work John Lam is doing on a Ruby-CLR bridge. It's not
released yet but its very promising:

http://www.iun...

thibaut.barrere@gmail.com wrote:
> Hi!
>
> I'm currently investigating how to create nice non-web UI on top of
> Ruby applications, in a productive way.
>
> As I'm very comfortable with it I thought about using .Net. Did anyone
> actually developed a .Net UI (as a client for an underlying Ruby
> application, whatever the communication channel is) ?
>
> Or is it hard to develop really nice UI using any of the various ruby
> widget toolkits around ?
>
>
> I'd be interested in any type feedback.
>
> cheers
>
> Thibaut

Tassilo Horn

2/17/2006 5:28:00 PM

0

thibaut.barrere@gmail.com wrote:

> As I'm very comfortable with it I thought about using .Net. Did anyone
> actually developed a .Net UI (as a client for an underlying Ruby
> application, whatever the communication channel is) ?

No, sorry. But if you search for "dotnet" at rubyforge.org you'll find
three libraries which could be interesting to you.

> Or is it hard to develop really nice UI using any of the various ruby
> widget toolkits around ?

No. Bindings for Tk are built in and you can find bindings for many
other toolkits. Personally I like Qt so I use the Qt-Bindings [1].
There's a book [2] available, too.

> I'd be interested in any type feedback.

I hope this helps a bit.

Regards,
Tassilo

[1] http://developer.kde.org/language-bind...
[2] http://www.pragmaticprogrammer.com/titles...

Huw Collingbourne

2/17/2006 6:00:00 PM

0

You may be interested to take a look at our Ruby In Steel IDE for Visual
Studio 2005. The beta version (0.5) will be available for download from
www.sapphiresteel.com some time within the next few weeks (there's nothing
there yet). Steel is a language add-in for VS2005 and will provide basic
editing, colour coding etc for Ruby. The initial release will be very simple
(so don't expect too much!) - however, we are also working on a much more
interesting and complete system about which we'll have more to say later on.
The Steel IDE will be the 'default' IDE for the new Ruby programming columns
in Bitwise Magazine and we'll have a few screenshots of the system online
early next week. It will available free of charge.

best wishes
Huw Collingbourne
================================
Bitwise Magazine
www.bitwisemag.com
Dark Neon Ltd.
================================


Thibaut Barrère

2/21/2006 10:37:00 AM

0

thanks! I looks indeed promising.