Difference between revisions of "Railostools"

From Railway Operation Simulator Wiki
Jump to navigation Jump to search
m
m
Line 1: Line 1:
'''railostools''' is a set of programming tools written in Python, C++ and Java designed for aiding in writing software for [[Railway Operation Simulator]]. Included are tools for dealing with a [[metadata file]], and parsing [[.rly file|railway]] and [[.ttb file|timetable]] files. The source code is available on the [[Developer GitHub Organisation|Railway-Op-Sim GitHub Organisation]] and the project can be contributed to by anyone.
+
'''railostools''' is a set of Application Programming Interfaces for [[Railway Operation Simulator]] with implementations written in Python, C++, Java and Rust. Features for each implementation vary, but include libraries for constructing and parsing [[metadata file|metadata files]], [[.rly file|railway]] and [[.ttb file|timetable]] files. The source code is available on the [[Developer GitHub Organisation|Railway-Op-Sim GitHub Organisation]] and the project can be contributed to by anyone.
  
 
[[Category:External tools]]
 
[[Category:External tools]]

Revision as of 20:21, 24 August 2022

railostools is a set of Application Programming Interfaces for Railway Operation Simulator with implementations written in Python, C++, Java and Rust. Features for each implementation vary, but include libraries for constructing and parsing metadata files, railway and timetable files. The source code is available on the Railway-Op-Sim GitHub Organisation and the project can be contributed to by anyone.