...
|
...
|
@@ -117,7 +117,7 @@ Please report bug at <zkv1000@seb.lautre.net>.
|
117
|
117
|
* tutorials
|
118
|
118
|
* User's Guide
|
119
|
119
|
* make any Vspeed available (not only Vx, Vy, Vr and Vglide), depending of their presence in aircraft config
|
120
|
|
- * [touchable screen](http://wiki.flightgear.org/Canvas_Event_Handling)
|
|
120
|
+ * [touchable screen](http://wiki.flightgear.org/Canvas_Event_Handling) ([other interesting link](http://wiki.flightgear.org/Touch_Animation))
|
121
|
121
|
* many more...
|
122
|
122
|
|
123
|
123
|
# Installation
|
...
|
...
|
@@ -293,10 +293,10 @@ Please send issues to <zkv1000@seb.lautre.net>
|
293
|
293
|
[issues are listed here](https://sebmarque.hd.free.fr/git/seb/zkv1000/issues)
|
294
|
294
|
|
295
|
295
|
# Documentation
|
296
|
|
-Documentation is being actively written, but not yet relasable as the instrument is not stable. It will be two differents guides included in this repo:
|
|
296
|
+Documentation is being actively written. There are two differents guides:
|
297
|
297
|
|
298
|
|
-* Aircraft Maintainer's Guide
|
299
|
|
-* User's Guide
|
|
298
|
+* [Aircraft Maintainer's Guide](http://wiki.flightgear.org/User:Zakharov/zkv1000_installation_guide)
|
|
299
|
+* [User's Guide](http://wiki.flightgear.org/User:Zakharov/zkv1000_user_guide)
|
300
|
300
|
|
301
|
301
|
Here is a list of useful links:
|
302
|
302
|
|
...
|
...
|
@@ -305,3 +305,7 @@ Here is a list of useful links:
|
305
|
305
|
* the guides used to create the scenario from [Garmin website](http://support.garmin.com/support/manuals/searchManuals.faces)
|
306
|
306
|
* [G1000 Pilot’s Guide for the Diamond DA42 (v0370.22)](http://static.garmin.com/pumac/190-00406-07_0B_Web.pdf) *(94 pages)*
|
307
|
307
|
* [Pilot's Guide, Cirrus Perspective, SR2x (v0764.30)](http://static.garmin.com/pumac/190-00820-11_A.pdf) *(752 pages)*
|
|
308
|
+
|
|
309
|
+# FG1000
|
|
310
|
+There is an implementation of the Primus Garmin 1000 by Stuart Buchanan which is much more respectful of the Canvas principles, using new technology Emesary, with far better coding style, and with the intent to stay close as possible with the Garmin 1000 real device.
|
|
311
|
+The device is avaiblable in [FGData repo](https://sourceforge.net/p/flightgear/fgdata/ci/next/tree/Aircraft/Instruments-3d/FG1000) and has a [specific wiki page](http://wiki.flightgear.org/FG1000).
|