File: index.html

package info (click to toggle)
xmountains 2.15-3
  • links: PTS, VCS
  • area: main
  • in suites: forky, sid
  • size: 1,420 kB
  • sloc: ansic: 2,490; makefile: 16
file content (48 lines) | stat: -rw-r--r-- 1,526 bytes parent folder | download | duplicates (4)
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
<!DOCTYPE html SYSTEM "html.dtd">
<html><head>
<meta http-equiv="content-type" content="text/html; charset=UTF-8"><title>Xmountains site</title></head>
<body>
<style>
div.hidden{
  display: none;
}
</style>
<h1> This is the xmountains home page</h1>
<script type="text/javascript" src="https://spbooth.github.io/scriptmountains/index.js"></script> 
<script type="text/javascript" src="https://spbooth.github.io/scriptmountains/Uni.js"></script> 
<script type="text/javascript" src="https://spbooth.github.io/scriptmountains/Mountains.js"></script>
<script type="text/javascript" src="https://spbooth.github.io/scriptmountains/Artist.js"></script> 
 <canvas id="mountains" width="1024" height="768" style="border:1px solid #000000;">
 <img src="normal.gif" alt="A fractal landscape"/>
</canvas> 
<br>
<div id="controls" class="hidden">
<p>This is actually the javascript version but the X version looks pretty much the same.</p>
</div>

<p>
<a href="https://github.com/spbooth/xmountains">Xmountains</a> is a fractal terrain generator written by Stephen Booth

There is also a
<a href="https://spbooth.github.io/javamountains/">
Java version</a>, a <a href="https://github.com/spbooth/AndroidMountains">Android</a> and a <a href="https://spbooth.github.io/scriptmountains/">Javascript version</a> of this code.


</p>
<p>
If you find any bugs send me an <a href="email:s.booth@epcc.ed.ac.uk">Email</a>
</p>
<p>
<a href="about_xmountains.html">
There is a page describing how the program works.</a>
</p>









</body></html>