You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
148 lines
3.5 KiB
148 lines
3.5 KiB
<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 3.2//EN">
|
|
<html>
|
|
<head>
|
|
<title>RuBoids</title>
|
|
<link rel="stylesheet" href="../../style.css" type="text/css">
|
|
</head>
|
|
<body background="../../images/gradient_bg.gif" bgcolor="white">
|
|
<!--#exec cgi="../../cgi-bin/log_visitor.cgi" -->
|
|
|
|
<table width="100%">
|
|
<tr>
|
|
<td valign="top">
|
|
<table width="100" border="0" cellpadding="0" cellspacing="0">
|
|
<tr>
|
|
<td valign="top"><font size="-1">
|
|
<script language="JavaScript"><!--
|
|
PREFIX = "../../"; // -->
|
|
</script>
|
|
<!-- #include virtual="/~jimm/menu.js"-->
|
|
<A href="../../index.html">
|
|
<IMG src="../../images/KeyMaster.gif"
|
|
width="32" height="32" alt="Home" border="0"></A><BR>
|
|
<A href="../../index.html">Home</A><BR>
|
|
<A href="../nqxml/index.html">NTQXML</A><BR>
|
|
RuBoids<BR>
|
|
<A href="../../computers.html">Computers</A><BR>
|
|
<A href="../../java.html">Java</A><BR>
|
|
<A href="../../beos.html">BeOS</A><BR>
|
|
<A href="../../ftp_sites.html">FTP sites</A><BR>
|
|
<A href="../../music.html">Music</A><BR>
|
|
<A href="../../midi_ref.html">MIDI Reference</A><BR>
|
|
<A href="../../keymaster.html">KeyMaster</A><BR>
|
|
<A href="../../MIDI_Through.html">MIDI Through</A><BR>
|
|
<A href="../../jimm.html">Narcissism</A><BR>
|
|
<A href="../../resume.html">Resume</A><BR>
|
|
<A href="../../urls.html">Links</A><BR>
|
|
<A href="../../map.html">Site Map</A><BR>
|
|
|
|
|
|
</font></td>
|
|
</tr>
|
|
</table>
|
|
</td>
|
|
<td valign="top">
|
|
<table border="0" cellpadding="0" cellspacing="0">
|
|
<tr valign="top">
|
|
<td>
|
|
|
|
<div align="right">
|
|
<font size="+3"><b>RuBoids</b></font>
|
|
<img src="../../images/computer.gif" width="32" height="32"
|
|
alt="[home]" border="0">
|
|
</div><br>
|
|
<hr>
|
|
|
|
<h1>Introduction</h1>
|
|
|
|
<p>
|
|
RuBoids is a Boids simulation written in Ruby and using OpenGL and Qt. For
|
|
information on Boids, see <a
|
|
href="http://www.red3d.com/cwr/boids/">http://www.red3d.com/cwr/boids/</a>.
|
|
</p>
|
|
|
|
<p>
|
|
Ruby is an object-oriented scripting language by Yukihiro Matsumoto. Visit
|
|
the official <a href="http://www.ruby-lang.org/">Ruby Web site</a> for more
|
|
information.
|
|
</p>
|
|
|
|
<p>
|
|
</p>
|
|
|
|
<p>
|
|
RuBoids is developed and maintained by Jim Menard, <a
|
|
href="mailto:jimm@io.com">jimm@io.com</a>. The official
|
|
Web page of RuBoids is <a
|
|
href="http://www.io.com/~jimm/downloads/RuBoids/">http://www.io.com/~jimm/downloads/RuBoids/</a>,
|
|
where the latest release may be found.
|
|
</p>
|
|
|
|
|
|
<h1>Dependencies</h1>
|
|
|
|
<p>
|
|
RuBoids requires the OpenGL and Qt packages, which can be found on the <a
|
|
href="html://www.ruby-lang.org/en/raa.html">Ruby Application Archive</a>.
|
|
</p>
|
|
|
|
|
|
<h1>Download</h1>
|
|
|
|
<p>
|
|
Download the latest version, <a href="ruboids-0.0.1.tar.gz">RuBoids version
|
|
0.0.1</a>.
|
|
</p>
|
|
|
|
<!--
|
|
<p>
|
|
Earlier versions:
|
|
</p>
|
|
|
|
<ul>
|
|
<li><a href="RuBoids-0.0.1.tar.gz">Version 0.0.1</a></li>
|
|
</ul>
|
|
-->
|
|
|
|
<h1>Bugs</h1>
|
|
|
|
<p>
|
|
Boids don't rotate properly. In other words, they point in the wrong
|
|
direction.
|
|
</p>
|
|
|
|
|
|
<h1>Copying</h1>
|
|
|
|
<p>
|
|
RuBoids is copyrighted free software by Jim Menard and is released under
|
|
the same license as Ruby.
|
|
</p>
|
|
|
|
<h1>Warranty</h1>
|
|
|
|
<p>
|
|
THIS SOFTWARE IS PROVIDED ``AS IS'' AND WITHOUT ANY EXPRESS OR IMPLIED
|
|
WARRANTIES, INCLUDING, WITHOUT LIMITATION, THE IMPLIED WARRANTIES OF
|
|
MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE.
|
|
</p>
|
|
|
|
<hr>
|
|
Back to my <a href="../../index.html">home page</a>, or the
|
|
<a href="../../map.html">Site Map</a>.<br>
|
|
<font size="-1">
|
|
<i>Page last modified on
|
|
<!--#config timefmt="%B %d, %Y" -->
|
|
<!--#echo var="LAST_MODIFIED" -->
|
|
by <a href="mailto:jimm@io.com">me</a>.</i>
|
|
<br>Contents © 2001 by Jim Menard. All rights reserved.
|
|
</font>
|
|
</td>
|
|
</tr>
|
|
</table>
|
|
</td>
|
|
</tr>
|
|
</table>
|
|
</body>
|
|
</html>
|