hibiii / template-ats-plugin

Example ATS plugin for BVE Trainsim

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Template ATS Plugin

This is an example plugin for BVE Trainsim, in a MinGW project. It is only a scaffolding for other, more complicated plugins to build upon, this is only a "hello, world".

It includes an example in C++ using the official header, and an example in simple C with a custom header that follows closely the official one. atsplugin_c.h is free for anyone to use in their plugins.

This has been tested against BVE 4.2.1947.25355 and Windows XP (x86).

For more information on the BVE API, see the developer documentation on the official website.

Requirements

  • MinGW for i686
  • POSIX compliant shell (optional)
  • wget (optional, if you don't already have atsplugin.h in the root of the project)

License

This template is licensed under Creative Commons Zero. Feel free to learn from it and to incorporate it into your own projects.

About

Example ATS plugin for BVE Trainsim

License:Creative Commons Zero v1.0 Universal


Languages

Language:C 74.8%Language:C++ 20.7%Language:Shell 4.5%