Software to create and manage model railroad timetables with some automatic mechanism to speed up the work.
Go to file
gfgit 130b4312c4 Fix CMake src/graph/CMakeLists.txt
Was broken in recent clang-format commit
2023-08-30 11:32:10 +00:00
.github Create pull_request_template.md 2021-12-22 15:39:25 +01:00
cmake CPack: add better short/extended descriptions 2023-03-25 17:01:54 +01:00
files Icons: fix reverse_direction.svg icon join betwen arrow and path 2022-02-13 22:50:51 +01:00
packaging NSIS: use pretty name for Start Menu shortcut 2021-12-03 19:55:57 +01:00
screenshots Screenshots: move to dedicated folder 2022-02-01 15:28:18 +01:00
src Fix CMake src/graph/CMakeLists.txt 2023-08-30 11:32:10 +00:00
.clang-format Add .clang-format file 2023-06-25 13:28:38 +02:00
.gitignore gitignore: exclude CPack DEB artifacts 2021-12-01 12:11:03 +01:00
.gitignore-blame Add .gitignore-blame 2023-06-25 13:36:10 +02:00
BUILDING.md Spell check on BUILDING.md and CONTRIBUTING.md 2022-02-03 12:07:47 +01:00
CHANGELOG Fix CONTRIBUTE and CHANGELOG. 2021-03-17 17:27:32 +01:00
CMakeLists.txt CPack: add better short/extended descriptions 2023-03-25 17:01:54 +01:00
CONTRIBUTING.md Spell check on BUILDING.md and CONTRIBUTING.md 2022-02-03 12:07:47 +01:00
LICENSE Added LICENSE 2021-07-12 18:16:56 +02:00
README.md README: spell check on README.md and README_it.md 2022-02-03 12:02:45 +01:00
README_it.md README: spell check on README.md and README_it.md 2022-02-03 12:02:45 +01:00
TODO Initial commit 2021-03-16 10:46:22 +01:00

README.md

ModelRailroadTimetablePlanner

Versione in italiano

Formerly TrainTimetable

A cross-platform C++ application with Qt GUI for model railway timetable scheduling. Currently tested on Windows and Ubuntu.

By Filippo Gentile

Screenshots

Screenshot of ModelRailroadTimetablePlanner

Goals

The goal of the project is to implement automatic mechanism which prevent invalid operations and suggest user with useful action in order to speed up the creation of timetables.

The programs aims to provide all documents useful for driving and dispatching trains on big layouts like in FREMO Meetings.

Main features

  • Available UI languages: English, Italian
  • Railway timetable graph per each line in SVG, PDF or printed
  • Group jobs (trains) in work shift
  • Export booklets in ODT (LibreOffice Writer) for shifts and stations
  • Importation of rollingstock pieces from other sessions or ODS Spreadsheet

Project history

The development started as a small hobby project back in 2016, in collaboration with Italian FREMO organizations. It was rewritten from scratch due to core instabilities and limitations. Since then it has grown unexpectedly. So I'd like it to become a community project!

Project motto

Less time spent on the computer, more time to have fun on your railway layout!!!

Contributing to the project

Please see CONTRIBUTING.md file.