Newer
Older
<!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=" />
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
<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.attiksystem.ch/beerp/beerp-the-fxruby-erp/">BeERP</a> is a commercial ERP built entirely with the FXRuby library.</li>
<li><a href="http://www.discretizer.org/">Discretizer</a> is an interactive mesh creation tool. It can be used to create geometry and meshes for three dimensional flow simulations (CFD).</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.</li>
<li><a href="http://rubyforge.org/projects/fxri/">FXRI</a> is a FXRuby Interface to RI that supports search-on-typing. FXRI is a small little program that tries to provide the desired information as fast as possible.</li>
<li><a href="http://fxtwitter.rubyforge.org/">fxtwitter</a> is a simple Twitter client written in Ruby.</li>
<li><a href="http://freeride.rubyforge.org/wiki/wiki.pl">FreeRIDE</a> is an IDE for the Ruby programming language.</li>
</ul>
<p>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.</p>
</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>