Skip to content

Latest commit

 

History

History
32 lines (20 loc) · 1.14 KB

README.md

File metadata and controls

32 lines (20 loc) · 1.14 KB

train-city

About

This is a transit diagram of the fictional city "Train City". Every day, the members of "TÅGET" (a student group at LTH) vote on a new location to add. The new location is then, courtesy of the TågMeister, beautifully added to a vector image of the transit diagram. This repository aims to bring that vector image to life.

alt text

Execution

Clone the files to your machine. Go to the root directory and run

scala-cli run .

Details

The project uses a library called PixelWindow. This is bad for two reasons:

  1. It defeats one of the core principles of transit diagrams: they should be in a vector format. PixelWindow, as the name suggests, does not support vector images.
  2. The library is very inefficient.

But, we use it anyways.

Credits

The project was inspired by https://www.reddit.com/r/TransitDiagrams/.

The vector illustrations are made by @TågMeister

Feel free to contribute in any shape or form!