Desktop Application

H

Hemlata Gupta

Hello Everyone,

Can we make desktop application with ruby? If yes then how? I searched
many of sites but exact result of this question i did not received. I
didnot find any demo or book regarding desktop application with ruby.
Please help me.

Thanx
 
T

Thomas Wieczorek

Hello Everyone,

Heya!

Can we make desktop application with ruby? If yes then how? I searched
many of sites but exact result of this question i did not received. I
didnot find any demo or book regarding desktop application with ruby.

What do you exactly mean? Do you want to develop application with
Graphical User Interfaces(GUIs)? If so, yes you can.
There are many libraries for that:
- Shoes
- Gtk
- Qt
- wxRuby
- FXRuby

So far I only tried FXRuby and I like with some minor problem which I
run into and I didn't explore them further, so it is highly possible
that I just didn't do it right :)

Or do you mean creating executables? If that's it, yes you can use
Ruby2Exe to create .exe files which will run on Linux, OSX and
Windows(if you create them on each system).

There are also bindings to the WinAPI and to OLE objects(e.g. automate
MSExcel), if that's what you're searching.

The good thing about Ruby? It is a lot of fun to use each of them.

Regards, Thomas
 
J

James Britt

Hemlata said:
Hello Everyone,

Can we make desktop application with ruby? If yes then how? I searched
many of sites but exact result of this question i did not received. I
didnot find any demo or book regarding desktop application with ruby.
Please help me.


Look into using JRuby with Monkeybars.


http://monkeybars.rubyforge.org/


--
James Britt

"In physics the truth is rarely perfectly clear, and that is certainly
universally the case in human affairs. Hence, what is not surrounded by
uncertainty cannot be the truth."
- R. Feynman
 
S

Softmind Technology

Hemlata said:
Hello Everyone,

Can we make desktop application with ruby? If yes then how? I searched
many of sites but exact result of this question i did not received. I
didnot find any demo or book regarding desktop application with ruby.
Please help me.

Thanx

-----------------------------
Hi Hemlata,

Pl. keep an eye on IronRuby. With IronRuby you can easily create all
deskptop applications as well as web applications.

Microsoft is currently porting Ruby and Ruby on Rails to .Net platform,
and within 2 months you will be able to work just like C# and Vb.Net
with Ruby taking full advantage.

Have a look at IronRuby section in this forums.

Cheers!
 
H

Hemlata Gupta

Softmind said:
-----------------------------
Hi Hemlata,

Pl. keep an eye on IronRuby. With IronRuby you can easily create all
deskptop applications as well as web applications.

Microsoft is currently porting Ruby and Ruby on Rails to .Net platform,
and within 2 months you will be able to work just like C# and Vb.Net
with Ruby taking full advantage.

Have a look at IronRuby section in this forums.

Cheers!

Hello Softmind

Thanks for your support.
 
C

Christopher Dicely

Hello Everyone,

Can we make desktop application with ruby? If yes then how? I searched
many of sites but exact result of this question i did not received. I
didnot find any demo or book regarding desktop application with ruby.
Please help me.

A lot of people have suggested each of the major GUI toolkits. If you
need a book, the Pragmatic Programmers have a beta available of their
upcoming book on FXRuby. Also, for something out of the ordinary for
desktop application development, check out Shoes at
http://code.whytheluckystiff.net/shoes/
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Members online

No members online now.

Forum statistics

Threads
473,969
Messages
2,570,161
Members
46,710
Latest member
bernietqt

Latest Threads

Top