added web pages
[debian/openrocket] / web / html / screenshots.html
1 <!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Strict//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-strict.dtd">
2 <html xmlns="http://www.w3.org/1999/xhtml">
3 <head>
4   <title>OpenRocket&mdash;Screenshots</title>
5   <meta http-equiv="content-type" content="text/html; charset=ISO-8859-1"/>
6   <meta name="keywords" content="OpenRocket, model rocket, simulator, simulation, rocketry, screenshots"/>
7   <link rel="stylesheet" type="text/css" href="layout.css"/>
8 </head>
9
10 <body class="page_screenshots">
11   <!--[if lte IE 6]>
12   <div id="iewarn">
13     You are using a browser that is <strong>8 years old!</strong>  
14     &nbsp;&nbsp;&nbsp;
15     In Internet-years that is <em>prehistoric!</em><br/>
16     For the sanity of all webmasterkind, 
17     <em>please <a href="http://www.mozilla.com/">upgrade</a></em>.  It's easy!
18   </div>
19   <![endif]-->
20
21   <h1>Screenshots of OpenRocket</h1>
22
23   <div class="menucontainer">
24   <div class="menu">
25     <ul>
26       <li>OpenRocket</li>
27       <li><a href="index.html">Home</a></li>
28       <li><a href="features.html">Features</a></li>
29       <li><a href="screenshots.html">Screenshots</a></li>
30       <li><a href="download.html">Download</a></li>
31       <li><a href="documentation.html">Documentation</a></li>
32       <li><a href="contact.html">
33         Mailing lists<br/>
34         Support forums<br/>
35         Contact info</a></li>
36       <li><a href="report.html">
37         Report a bug<br/>
38         Request a feature</a></li>
39       <li><a href="license.html">License</a></li>
40     </ul>
41     <div class="logo">
42       <a href="http://sourceforge.net/projects/openrocket"><img src="http://sflogo.sourceforge.net/sflogo.php?group_id=260357&amp;type=12" width="120" height="30" alt="Get OpenRocket at SourceForge.net. Fast, secure and Free Open Source software downloads" /></a>
43     </div>
44   </div>
45   </div>
46
47   <div class="content">
48
49     <p>Below are screenshots of the <strong>OpenRocket</strong> model
50       rocket simulator.  Click on the images for a full view.  You can
51       also <a href="download.html">download the program</a> and start
52       experimenting yourself!</p>
53
54
55     <div class="smallshotconst"><a href="shots/main.png">
56       <img src="shots-small/main.jpg" alt="Main window"/><br/>
57       The main rocket design window is used to design the rocket and
58       it also provides information about a flight simulation in
59       real-time.
60     </a></div>
61     <div class="smallshotconst"><a href="shots/dialog-edit.png">
62       <img src="shots-small/dialog-edit.jpg" alt="Component edit dialog"/><br/>
63       The component shape and properties are defined in their own
64       dialog.
65     </a></div>
66     <div class="smallshotconst"><a href="shots/dialog-analysis.png">
67       <img src="shots-small/dialog-analysis.jpg" alt="Analysis dialog"/><br/>
68       You can analyze the effect of individual components on the
69       stability, drag and roll characteristics of the rocket.
70     </a></div>
71     <div class="smallshotconst"><a href="shots/dialog-plot-options.png">
72       <img src="shots-small/dialog-plot-options.jpg" 
73         alt="Simulation plot options"/><br/>
74       The simulation results can be plotted in a multitude
75       of ways.  You can either use the predefined plot
76       configurations or define your own.<br/>
77     </a></div>
78     <div class="smallshotconst"><a href="shots/dialog-plot.png">
79       <img src="shots-small/dialog-plot.jpg" alt="Simulation plot"/><br/>
80       The simulations are plotted using the
81       <em>JFreeChart</em> plotting library.
82     </a></div>
83     <div class="clear"></div>
84
85   </div>
86
87   <div class="valid">
88     <p><a href="http://validator.w3.org/check/referer"><img src="valid-xhtml10.png" alt="Valid XHTML 1.0!"/></a>
89        <a href="http://jigsaw.w3.org/css-validator/check/referer"><img src="vcss.gif" alt="Valid CSS!"/></a>
90     </p>
91   </div>
92
93 <!-- Piwik -->
94 <script type="text/javascript">
95 var pkBaseURL = (("https:" == document.location.protocol) ? "https://apps.sourceforge.net/piwik/openrocket/" : "http://apps.sourceforge.net/piwik/openrocket/");
96 document.write(unescape("%3Cscript src='" + pkBaseURL + "piwik.js' type='text/javascript'%3E%3C/script%3E"));
97 </script><script type="text/javascript">
98 piwik_action_name = '';
99 piwik_idsite = 1;
100 piwik_url = pkBaseURL + "piwik.php";
101 piwik_log(piwik_action_name, piwik_idsite, piwik_url);
102 </script>
103 <noscript><p><img src="http://apps.sourceforge.net/piwik/openrocket/piwik.php?idsite=1" alt=""/></p></noscript>
104 <!-- End Piwik Tag -->
105
106 </body>
107 </html>
108