Menu

[r1115]: / trunk / LWJGL / www / projects.php  Maximize  Restore  History

Download this file

199 lines (185 with data), 8.7 kB

  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
148
149
150
151
152
153
154
155
156
157
158
159
160
161
162
163
164
165
166
167
168
169
170
171
172
173
174
175
176
177
178
179
180
181
182
183
184
185
186
187
188
189
190
191
192
193
194
195
196
197
198
199
<?php
require 'include/default.php';
require 'include/news.php';
printHeader(null, null);
printMenu("projects");
?>
<script type="text/javascript" language="javascript">
// our window
var ssWindow = null;
// shows the screenshot using supplied name. File to show is based on document & number
function showScreenShot(name, document, number, imgWidth, imgHeight) {
// nuke old if exists
if (ssWindow != null) {
ssWindow.close();
}
// calculate sizes
var docWidth = imgWidth + 1;
var docHeight = imgHeight + 40;
var centerX = (screen.width) ? (screen.width-docWidth)/2 : 0;
var centerY = (screen.height) ? (screen.height-docHeight)/2 : 0;
var extra = (navigator.userAgent.toLowerCase().indexOf("msie") > -1) ? 15 : 0;
// if screen is < image, make window window size - scrollbar size
if (screen.width < imgWidth) {
docWidth = screen.width - 50;
}
if (screen.height < imgHeight) {
docHeight = screen.height - 50;
}
// open our window
ssWindow = window.open("", name, "left=" + centerX + ",top=" + centerY + ",width=" + docWidth + ", height=" + (docHeight + extra) + ",location=no,menubar=no,status=no,toolbar=no,scrollbars=no,resizable=no");
// write the html
ssWindow.document.open();
ssWindow.document.write("<html>\n");
ssWindow.document.write(" <head>\n");
ssWindow.document.write(" <title>" + name + "</title>\n");
ssWindow.document.write(" <link rel=\"STYLESHEET\" href=\"default.css\" type=\"text/css\"\n>");
ssWindow.document.write(" </head>\n");
ssWindow.document.write(" <body leftmargin=\"0\" topmargin=\"0\">\n");
ssWindow.document.write(" <a href=\"javascript:window.close()\"><img src=\"" + "images/projects/" + document + "_" + number + ".jpg\" border=\"0\" width=\"" + imgWidth + "\" height=\"" + imgHeight + "\"></a>\n");
ssWindow.document.write(" <p>\n");
ssWindow.document.write(" <div align=\"center\"><font family=\"Fixedsys\"><a href=\"javascript:window.close()\">close window</a></font>\n");
ssWindow.document.write(" </body>\n");
ssWindow.document.write("<html>");
ssWindow.document.close();
// come hence forth, my true popup!
ssWindow.focus();
}
</script>
<!-- Introduction -->
<div class="paragraph_item">
<h2>Projects</h2>
<p>
The following is a list of projects that use LWJGL:<br>
<i>Please write to <a href="mailto:info@lwjgl.org">info@lwjgl.org</a> if you have a project you want to have listed</i>
</p>
<!-- ALIEN FLUX -->
<p><u>Alien Flux</u></p>
<p>
<table width="600" border="0">
<tr>
<td width="75">Website: </td>
<td><a href="http://puppygames.net/info.php?game=Alien_Flux" target="_blank">http://puppygames.net</a></td>
</tr>
<tr>
<td width="75">Type: </td>
<td>Commercial game</td>
</tr>
<tr valign="top ">
<td width="75">Description:</td>
<td>Defend the cutest, fluffiest little creatures in the Galaxy from a horde of evil aliens from the fifth dimension! With only fast reactions, animal cunning and a very big laser cannon to help you, you must rescue the Fluffies as malevolent Bubbles attempt to turn them into lime jelly. Fast, fun and furious original arcade action, incredible graphics, and atmospheric sound effects combine to make Alien Flux the best arcade shoot-em-up you've played for over a decade!</td>
</tr>
<tr>
<td colspan="2">&nbsp;</td>
</tr>
</table>
<table width="600" border="0">
<tr>
<td><a href="javascript:showScreenShot('AlienFlux', 'alienflux', '1', 499, 379);"><img src="images/projects/alienflux_small_1.jpg" border="0" width="150" height="112"><a/></td>
<td witdh="10">&nbsp;</td>
<td><a href="javascript:showScreenShot('AlienFlux', 'alienflux', '2', 499, 379);"><img src="images/projects/alienflux_small_2.jpg" border="0" width="150" height="112"><a/></td>
<td witdh="10">&nbsp;</td>
<td><a href="javascript:showScreenShot('AlienFlux', 'alienflux', '3', 499, 379);"><img src="images/projects/alienflux_small_3.jpg" border="0" width="150" height="112"><a/></td>
</tr>
</table>
</p>
<!-- TRIBAL TROUBLE -->
<p>&nbsp;</p>
<p>&nbsp;</p>
<p><u>Tribal Trouble</u></p>
<p>
<table width="600" border="0">
<tr>
<td width="75">Website: </td>
<td><a href="http://www.tribaltrouble.com/" target="_blank">http://www.tribaltrouble.com/</a></td>
</tr>
<tr>
<td width="75">Type: </td>
<td>Commercial game</td>
</tr>
<tr valign="top ">
<td width="75">Description:</td>
<td>Take the role of a chieftain and lead your clueless kinsmen to new discoveries and victories as tribal clashes rage across a group of tropical islands. Tribal Trouble is a fast paced realtime strategy game where you will find yourself pitted against your computer or online players as you collect resources, research new ground-breaking technologies (such as the spear) and rejoice as your armies burn down enemy villages.</td>
</tr>
<tr>
<td colspan="2">&nbsp;</td>
</tr>
</table>
<table width="600" border="0">
<tr>
<td><a href="javascript:showScreenShot('TribalTrouble', 'tribaltrouble', '1', 1024, 768);"><img src="images/projects/tribaltrouble_small_1.jpg" border="0" width="150" height="113"><a/></td>
<td witdh="10">&nbsp;</td>
<td><a href="javascript:showScreenShot('TribalTrouble', 'tribaltrouble', '2', 1024, 768);"><img src="images/projects/tribaltrouble_small_2.jpg" border="0" width="150" height="113"><a/></td>
<td witdh="10">&nbsp;</td>
<td><a href="javascript:showScreenShot('TribalTrouble', 'tribaltrouble', '3', 1024, 768);"><img src="images/projects/tribaltrouble_small_3.jpg" border="0" width="150" height="113"><a/></td>
</tr>
</table>
</p>
<!-- EXTORRIS -->
<p>&nbsp;</p>
<p>&nbsp;</p>
<p><u>Extorris</u></p>
<p>
<table width="600" border="0">
<tr>
<td width="75">Website: </td>
<td><a href="http://extorris.com/" target="_blank">http://extorris.com/</a></td>
</tr>
<tr>
<td width="75">Type: </td>
<td><i>not provided</i></td>
</tr>
<tr valign="top ">
<td width="75">Description:</td>
<td><i>not provided</i></td>
</tr>
<tr>
<td colspan="2">&nbsp;</td>
</tr>
</table>
<table width="600" border="0">
<tr>
<td><a href="javascript:showScreenShot('Extorris', 'extorris', '1', 1024, 768);"><img src="images/projects/extorris_small_1.jpg" border="0" width="150" height="113"><a/></td>
<td witdh="10">&nbsp;</td>
<td><a href="javascript:showScreenShot('Extorris', 'extorris', '2', 1024, 768);"><img src="images/projects/extorris_small_2.jpg" border="0" width="150" height="113"><a/></td>
<td witdh="10">&nbsp;</td>
<td><a href="javascript:showScreenShot('Extorris', 'extorris', '3', 1024, 768);"><img src="images/projects/extorris_small_3.jpg" border="0" width="150" height="113"><a/></td>
</tr>
</table>
</p>
<!-- MARATHON -->
<p>&nbsp;</p>
<p>&nbsp;</p>
<p><u>Marathon</u></p>
<p>
<table width="600" border="0">
<tr>
<td width="75">Website: </td>
<td><a href="http://www.digitalage.gr/zdimensions/" target="_blank">http://www.digitalage.gr/zdimensions/</a></td>
</tr>
<tr>
<td width="75">Type: </td>
<td><i>not provided</i></td>
</tr>
<tr valign="top ">
<td width="75">Description:</td>
<td><i>not provided</i></td>
</tr>
<tr>
<td colspan="2">&nbsp;</td>
</tr>
</table>
<table width="600" border="0">
<tr>
<td><a href="javascript:showScreenShot('Marathon', 'marathon', '1', 600, 450);"><img src="images/projects/marathon_small_1.jpg" border="0" width="150" height="113"><a/></td>
<td witdh="10">&nbsp;</td>
<td><a href="javascript:showScreenShot('Marathon', 'marathon', '2', 1024, 768);"><img src="images/projects/marathon_small_2.jpg" border="0" width="150" height="113"><a/></td>
<td witdh="10">&nbsp;</td>
<td><a href="javascript:showScreenShot('Marathon', 'marathon', '3', 600, 450);"><img src="images/projects/marathon_small_3.jpg" border="0" width="150" height="113"><a/></td>
</tr>
</table>
</p>
</div>
<?php
printFooter();
?>
Want the latest updates on software, tech news, and AI?
Get latest updates about software, tech news, and AI from SourceForge directly in your inbox once a month.