Download this file
38 lines (35 with data), 761 Bytes
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 | <?php
require 'include/default.php';
printHeader(null, null);
printMenu("credits");
?>
<!-- Introduction -->
<div class="paragraph_item">
<h2>Credits</h2>
<p>
The following people have helped to make this project what it is today:
<br>
<br>
<b>Active developers:</b><br>
- Caspian Rychlik-Prince<br>
- Brian Matzon<br>
- Elias Naur<br>
- Erik Duijs<br>
- Ioannis Tsakpinis<br>
<br>
<br>
<b>Contributors:</b><br>
- Niels Jørgensen<br>
- Tristan Campbell<br>
- Gregory Pierce<br>
- Luke Holden<br>
<br>
<br>
<b>Additional credits goes to:</b><br>
- Joseph I. Valenzuela [OpenAL stuff]<br>
- Lev Povalahev [OpenGL Extensions]<br>
</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.