Skip to content

bvews/ats_plugin_rust

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

25 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

BVE Trainsim ATS Plugin made with Rust

Overview

A BVE Trainsim ATS-Plugin experimental implementation with Rust. This is my first Rust programming result, so the implementation and its process may not be so sophisticated.

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