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.
Clone the files to your machine. Go to the root directory and run
scala-cli run .
The project uses a library called PixelWindow. This is bad for two reasons:
- 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.
- The library is very inefficient.
But, we use it anyways.
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!