File: index.html

package info (click to toggle)
crrcsim 0.9.13-3.2
  • links: PTS, VCS
  • area: main
  • in suites: bookworm, bullseye, forky, sid, trixie
  • size: 22,176 kB
  • sloc: cpp: 43,186; xml: 5,022; sh: 3,832; makefile: 501; asm: 228; ansic: 150
file content (61 lines) | stat: -rw-r--r-- 3,120 bytes parent folder | download | duplicates (2)
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
<html>
  <head>
  </head>
  <body>
  
    <h1>Documentation about CRRCSim</h1>
    
    <a name="online">Also</a> see <a href="http://crrcsim.sourceforge.net/">online documentation</a>.
    
    This is separated into documents interesting to user/model
    creator/developer and becomes more detailed this way, so for example 
    a dev should read user and model creator documents, too.
    
    <h2>For users</h2>
      <a href="options.txt">How to configure CRRCSim</a><br>
      <a href="compile.txt">How to compile CRRCSim</a><br>
      <a href="control.txt">How to control CRRCSim</a><br>
      <a href="README">README</a><br>
      <a href="ReleaseNotes">Release Notes</a><br>
      <a href="dynamic_soaring.txt">Dynamic soaring</a><br>
      <a href="input_method/">This directory contains information regarding certain input methods</a><br>
      <a href="controller.html">About Controllers.</a>Currently mostly
      important for multicopter models.<br>
      
    <h3>Windows</h3>
      <a href="Install_Win32.txt">how to install</a><br>
      <a href="dlportio.txt">About dlportio, needed for PARALLEL interface on windows</a><br>
    
    <h3>Linux</h3>
      <a href="Install_Linux.txt">how to install</a><br>
      
    <h2>For creators of airplane descriptions</h2>
      <a href="howto_create_models/interface_settings.html">Standard interface settings for model creators</a><br>
      <a href="file_format/airplane02.html">Description of file format, airplane model version 2</a><br>
      <a href="file_format/heli01.html">Description of file format, helicopter model version 1</a><br>
      <a href="power_propulsion/power_propulsion.html">Description of the power and propulsion simulation</a><br>
      <a href="non_SI_units.txt">Units and unit conversions</a><br>
      <a href="howto_create_models/heli01.html">How to adjust helicopter parameters</a><br>
      <a href="models/glider_models.html">Evaluaton of glider models parameters realism</a><br>
      
      There is a "description of file format, multicopter model version 1
      and how to adjust parameters". It may be available in 
      <a href="howto_create_models/qc01.tex">source (tex)</a> form and/or as
      <a href="howto_create_models/qc01.pdf">pdf</a>.<br>
    
    <h2>For creators of scenery descriptions</h2>
      <a href="file_format/scenery03.html">Description of file format, scenery version 3</a><br>

    <h2>For developers</h2>    
      <a href="translation.html">How to translate </a>CRRCSim in a new language<br>
      <a href="davis.jpg">Coordinate system, Davis flying field</a><br>
      <a href="thermals/thermalsim.html">Simulation of thermals</a><br>
      <a href="thermals/thermals.txt">Simulation of thermals</a><br>
      <a href="windfield.txt">Notes about windfield simulation</a><br>
      <a href="loading_files.txt">Thoughts about how to load files</a><br>
      <a href="record_playback/design.txt">Record and playback.</a><br>
      <a href="release.txt">How to create a new release.</a><br>
      You can generate a doxygen documentation from the source code, too.       
  </body>
</html>