mt-polygon-simplification/README.md
2019-08-25 15:12:55 +02:00

856 B

Master Thesis - Polygon simplification

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.

Folder Structure

  • benchmarking: web-app for benchmarking
  • build: All static files bundled in one place for deployment to a web server.
  • lib: 3rd party and self-written libraries
  • public: HTML entry point files for the build folder
  • thesis: latex source files and main pdf file

Further explanation can be found in README files in the respective folders.

Build all

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.