Newer
Older
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Strict//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-strict.dtd">
<html xmlns="http://www.w3.org/1999/xhtml" xml:lang="en" lang="en">
<head>
<meta http-equiv="Content-Type" content="text/html; charset=iso-8859-1" />
<meta name="verify-v1" content="oJj9+cXtpch0MSVjYgtyvC+Y57yYC6Cz9zFOd1+FXSw=" />
<link rel="stylesheet" href="css/style.css" type="text/css" />
<link rel="meta" title="DOAP" type="application/rdf+xml" href="http://www.fxruby.org/doap.rdf" />
<title>FXRuby</title>
</head>
<body>
<!-- wrap starts here -->
<div id="wrap">
<!--header -->
<div id="header">
<h1 id="logo-text"><a href="index.html">FXRuby</a></h1>
<p id="slogan">Graphical User Interface Development for Ruby</p>
</div>
<!-- menu -->
<div id="menu">
<ul>
<li id='current' ><a href=# >Home</a></li>
<li ><a href=/community.html >Community</a></li>
<li ><a href=/downloads.html >Downloads</a></li>
<li ><a href=/documentation.html >Documentation</a></li>
</ul>
</div>
<!-- content-wrap starts here -->
<div id="content-wrap">
<div id="sidebar">
<h3>Get the Book!</h3>
<a href="http://www.pragprog.com/titles/fxruby"><img src="images/fxruby-book.jpg" alt="FXRuby: Create Lean and Mean GUIs with Ruby" width="175" height="210" /></a>
<h3>Links</h3>
<ul class="sidemenu">
<li><a href="http://rubyforge.org/news/?group_id=300">News</a></li>
<li><a href="http://www.fxruby.org/doc/book.html">User's Guide</a></li>
<li><a href="http://www.fxruby.org/doc/api">API Docs</a></li>
<li><a href="http://www.fxruby.org/doc/examples.html">Screenshots</a></li>
<li><a href="http://rubyforge.org/tracker/?atid=1223&group_id=300&func=browse">Report Bugs</a></li>
<li><a href="http://www.gnu.org/copyleft/lesser.html">License</a></li>
</ul>
</div>
<div id="main">
<p>FXRuby is a library for developing powerful and sophisticated cross-platform graphical user interfaces (GUIs) for your Ruby
applications. It’s based on the <a href="http://www.fox-toolkit.org/" title="FOX Home Page">FOX Toolkit</a>, a popular open source
C++ library developed by Jeroen van der Zijp. What that means for you as an application developer is that you’re able to
write code in the <a href="http://www.ruby-lang.org/" title="Ruby Home Page">Ruby</a> programming language that you already know and love,
while at the same time taking advantage of the performance and functionality of a featureful, highly optimized C++ toolkit.</p>
<h1>Projects Using FXRuby</h1>
<p>Projects using FXRuby include:</p>
<ul>
<li><a href="http://www.insula.cz/dbtalk">DbTalk</a> is an interactive GUI-based tool for database querying, programming, administration, etc. It is developed by Dalibor Sramek.</li>
<li><a href="http://freeride.rubyforge.org/wiki/wiki.pl">FreeRIDE</a> is an IDE for the Ruby programming language.</li>
<li><a href="http://www.fisica.uniud.it/~glast/FRED">FRED</a> is a high energy physics event display built out of Ruby and FOX by Riccardo Giannitrapani and Marco Frailis.</li>
<li><a href="http://www.mondrian-ide.com/">Mondrian</a> is a cross-platform project-manager and editor for the Ruby language. Written in 100% native Ruby using the FOX GUI toolkit, Mondrian has the familiar look and feel of a modern IDE while remaining dedicated to the uniqueness of the Ruby language and its community.</li>
<li><a href="http://fox-tool.rubyforge.org/">foxGUIb</a> is an interactive gui builder and codegenerator for FXRuby. This tool makes it easy to quickly build complex and good looking graphical user interfaces for Ruby.
If your project uses FXRuby for its user interface, and you’d like to see it listed here, please send me an e-mail with the information.</li>
</ul>
</div>
<!-- content-wrap ends here -->
</div>
<!--footer starts here-->
<div id="footer">
<p>
© 2008 Lyle Johnson<br />
Web Site Generated Using <a href="http://webby.rubyforge.org/" title="Webby">Webby</a>
</p>
</div>
<!-- wrap ends here -->
</div>
</body>
</html>