Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/marginal/groundtraffic
Animated ground vehicle traffic kit for X-Plane
https://github.com/marginal/groundtraffic
Last synced: 3 months ago
JSON representation
Animated ground vehicle traffic kit for X-Plane
- Host: GitHub
- URL: https://github.com/marginal/groundtraffic
- Owner: Marginal
- License: lgpl-2.1
- Created: 2013-03-18T18:42:32.000Z (almost 12 years ago)
- Default Branch: master
- Last Pushed: 2020-08-15T09:34:09.000Z (over 4 years ago)
- Last Synced: 2023-03-22T12:22:02.356Z (almost 2 years ago)
- Language: C
- Homepage: http://marginal.org.uk/x-planescenery
- Size: 188 KB
- Stars: 9
- Watchers: 3
- Forks: 11
- Open Issues: 7
-
Metadata Files:
- Readme: README.md
- License: LICENSE.md
Awesome Lists containing this project
README
GroundTraffic kit for X-Plane®
====This kit allows [X-Plane](x-plane.com) scenery designers to add animated ground vehicle traffic to airport scenery packages.
The repo contains assets intended for scenery designers, plus the source code to the X-Plane plugin that performs the animations. Scenery designer oriented documention is contained in the file [ReadMe.html](http://htmlpreview.github.io/?https://raw.githubusercontent.com/Marginal/GroundTraffic/master/ReadMe.html).
Building the plugin
----
The plugin is built from the `src` directory.Mac 32 & 64 bit fat binary:
make -f Makefile.mac
Linux 32 & 64 bit binaries:
make -f Makefile.lin
Windows 32 or 64 bit binary:
vcvarsall [target]
nmake -f Makefile.win