summaryrefslogtreecommitdiffstats
path: root/qtruby/rubylib/examples/ruboids/index.html
blob: 778fefb015382f7a31734785f1360426b322c166 (plain)
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
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
<!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 retquires 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 &copy; 2001 by Jim Menard. All rights reserved.
</font>
</td>
</tr>
</table>
</td>
</tr>
</table>
</body>
</html>