Skip to content
/ ats_plugin_rust Public template
forked from bvews/ats_plugin_rust

A BVE Trainsim ATS-Plugin experimental implementation with Rust.

License

Notifications You must be signed in to change notification settings

magicant/ats_plugin_rust

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

33 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

BVE Trainsim ATS Plugin made with Rust

Overview

A BVE Trainsim ATS-Plugin implementation template in Rust.

License

Unlicense

How to build

The following instruction assumes that your computer OS is Windows.

Install Rust

Get and install Rust from the following link:

Install Rust - Rust Programming Language

Add toolchains

Enter the following commands on your command line interface.

rustup target add i686-pc-windows-msvc
rustup target add x86_64-pc-windows-msvc

Build

32bit DLL is generated by entering the following command:

cargo build --release --target="i686-pc-windows-msvc"

64bit DLL is generated by entering the following command:

cargo build --release --target="x86_64-pc-windows-msvc"

About

A BVE Trainsim ATS-Plugin experimental implementation with Rust.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • Rust 100.0%