Update README.md

This commit is contained in:
Hannes Kuchelmeister
2017-11-10 17:22:14 +01:00
committed by GitHub
parent 90f2e7787c
commit 920e864c1a

View File

@@ -1,3 +1,8 @@
# XKCD Poster Creator
This project aims to create a program that allows the user to create a poster that includes all xkcd commics. To achieve that the project consists of an image downloader and an image sticher. Those applications allow the downloading and lateron stiching of all xkcd commics.
Planned improvements:
* Unify tools in one application
* Refactor and improve Code
* Add different options for optimizing packing (ideas: introduce randomness, use elastic collisions or similar)