Homefrequal.com
JTrain -- A Wooden Train Layout Program

JTrain -- A Wooden Train Layout Program

[Download JTrain 0.2 Beta]

[Sample Layouts]

JTrain is software that helps you create a train track layout. It has a library of pieces, simply provide a list of pieces and it renders the track layout.

For example, if you put this list into a file SmallLoop.layout:

Straight8
SmallCurve
SmallCurve
SmallCurve
SmallCurve
Straight8
SmallCurve
SmallCurve
SmallCurve
SmallCurve
And run this command:
java -jar jtrain.jar -file SmallLoop.layout
You will see the above layout on-screen (and saved in track.png). Alternatively you can enter part names on the command line directly:
java -jar jtrain.jar Straight8 SmallCurve SmallCurve SmallCurve SmallCurve Straight8 SmallCurve SmallCurve SmallCurve SmallCurve

Planned Features

These features are planned for a future release:
  1. Automatic layout from a piece list
  2. Overhead view
  3. 3D View

Last modified on December 26, 2007 by AO

Copyright © 2007 Andrew Oliver