My master thesis. Simplify polylines using WebAssembly.
https://mt.melch.pro/
benchmarking | ||
lib | ||
public | ||
thesis | ||
.gitignore | ||
deploy.sh | ||
Makefile | ||
README.md |
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.