aboutsummaryrefslogtreecommitdiff
path: root/src/main.rs
AgeCommit message (Expand)Author
2023-03-11first implementation of tile hunter modeDaniel Schadt
2023-03-11abstract away tile rendering logicDaniel Schadt
2023-01-18add support for SQLite outputDaniel Schadt
2023-01-17factor out saving logicDaniel Schadt
2023-01-17parallelize reading of GPX filesDaniel Schadt
2023-01-16import modules from crate instead of re-definingDaniel Schadt
2023-01-16use a single thread to write out filesDaniel Schadt
2023-01-14add support for reading brotli and gzip filesDaniel Schadt
2023-01-14add a cli option for the output directoryDaniel Schadt
2023-01-14make number of threads configurable per CLIDaniel Schadt
2023-01-14start on a proper CLIDaniel Schadt
2023-01-12parallelize PNG encodingDaniel Schadt
2023-01-12make progress bars a bit nicerDaniel Schadt
2023-01-11add some first benchmarksDaniel Schadt
2023-01-08Initial commitDaniel Schadt