mt-polygon-simplification/README.md

18 lines
856 B
Markdown
Raw Permalink Normal View History

2019-08-05 11:19:54 +02:00
# Master Thesis - Polygon simplification
2019-08-25 15:12:55 +02:00
This is the repository for the masters thesis "Performance comparison of simplification algorithms for polygons in the context of web applications" from Alfred Melch. It contains the thesis itself, all LaTeX source files, the developed libraries and the application for benchmarking.
2019-08-05 11:19:54 +02:00
## Folder Structure
- benchmarking: web-app for benchmarking
2019-08-25 15:12:55 +02:00
- build: All static files bundled in one place for deployment to a web server.
2019-08-05 11:19:54 +02:00
- lib: 3rd party and self-written libraries
2019-08-25 15:12:55 +02:00
- public: HTML entry point files for the build folder
2019-08-05 11:19:54 +02:00
- thesis: latex source files and main pdf file
2019-08-25 15:12:55 +02:00
Further explanation can be found in README files in the respective folders.
2019-08-05 13:48:22 +02:00
## Build all
2019-08-25 15:12:55 +02:00
`make` produces a build directory that combines all parts of this thesis. It is meant for deployment to a web server. `nodejs` and `npm` are required.