fixed file permissions
[qbasicapps.git] / graphics / 3D / universe explorer / index.html
1 <HTML>\r
2 <HEAD><TITLE>Universe Explorer</TITLE></HEAD>\r
3 \r
4 <BODY text=#A0A0ff vLink=#0000ff aLink=#0000ff link=#0000ff bgColor=#000000>\r
5 \r
6 <CENTER><H1>Universe Explorer</H1></CENTER>\r
7 <BR>\r
8 <BR>\r
9 This QBasic program draws 3D universe consisting of stars in realtime.\r
10 \r
11 Stars form different galaxies, and galaxies in turn form metagalaxies, witch\r
12 finally form universe.\r
13 \r
14 Program allows you to freely fly around using mouse and the keyboard.\r
15 In this simulation universe consists from many millions of stars.\r
16 Since QBasic cannot handle large arrays it was quite an art to\r
17 invent and optimize formula witch syntheszies any part of the\r
18 universe on demand. Every galaxy and metagalaxy is unique.\r
19 When user flies near to some galaxy, it will be synthezied,\r
20 and detail level will increase.\r
21 <BR><BR><BR>\r
22 <BR><b>single metagalaxy</b>\r
23 <BR><IMG SRC="3.png">\r
24 <BR><BR><BR>\r
25 <BR><b>single galaxy</b>\r
26 <BR><IMG SRC="1.png">\r
27 <BR><BR><BR>\r
28 <BR><b>another galaxy</b>\r
29 <BR><IMG SRC="2.png">\r
30 <BR>\r
31 <BR><pre>\r
32 <code>\r
33 Requirements:\r
34         CPU 500 MHz or better\r
35         MS QBasic (preferably QB 4.5)\r
36         QBEXT TSR (included)\r
37 \r
38 Running program:\r
39         Since QB has no mouse support there is workaround hack: QBEXT.\r
40         Thats a tiny TSR that must be loaded first to allow\r
41         mouse usage.\r
42 </code>\r
43 </pre>\r
44 </BODY>\r
45 </HTML>