https://github.com/marginal/groundtraffic
Animated ground vehicle traffic kit for X-Plane
https://github.com/marginal/groundtraffic
Last synced: about 1 year 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 (about 13 years ago)
- Default Branch: master
- Last Pushed: 2020-08-15T09:34:09.000Z (almost 6 years ago)
- Last Synced: 2025-03-26T14:55:42.681Z (about 1 year ago)
- Language: C
- Homepage: http://marginal.org.uk/x-planescenery
- Size: 188 KB
- Stars: 10
- Watchers: 3
- Forks: 12
- 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