-
Notifications
You must be signed in to change notification settings - Fork 4
/
Copy pathindex.html
42 lines (41 loc) · 1.57 KB
/
index.html
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
---
layout: default
section: Learn
title: Tutorials
---
<div class="row">
<div class="col-md-1"> </div>
<div class="col-md-5">
<h2>Tutorials</h2>
<p>
The comprehensive "Build your own route" tutorial <a href="/learn/build-route">is introduced here</a>.
</p>
<p>
We need tutorials for all aspects of Open Rails on:
</p>
<ul>
<li>Driving Trains</li>
<li>Building Activities and Timetables</li>
<li>Creating Rolling Stock and Static Objects</li>
</ul>
<p>
such as the tutorials on <a href="http://msts-roundhouse.vnxglobal.com/" target="_blank">Eric Conrad's blog</a>.
</p><p>
If you are interested in helping with tutorials, please <a href='../../contact/'>contact us</a>.
</p>
</div>
<div class="col-md-5">
<h2>Test Environment for Models</h2>
<p>
One of our aims for Open Rails is that train performance should be as realistic as possible.
To help achieve this,
Peter Newell has developed <a href="http://www.coalstonewcastle.com.au/physics/">an environment for testing</a>
the performance of locos and rolling stock. Do they perform as we expect?
</p><p>
It may be the model that is not configured correctly or, as Open Rails develops, it may be that the simulator is lacking
in realism.
</p><p>
In either case, a neutral, repeatable test environment helps to pin down the issue and get it fixed.
</p>
</div>
</div>