My master thesis. Simplify polylines using WebAssembly. https://mt.melch.pro/
Go to file
2019-08-25 14:33:43 +02:00
benchmarking writing 2019-08-22 18:28:26 +02:00
build Include build folder 2019-08-25 13:54:45 +02:00
lib Remove unecessary files 2019-08-25 13:54:27 +02:00
public Remove unecessary files 2019-08-25 13:54:27 +02:00
thesis Remove unecessary files 2019-08-25 13:54:27 +02:00
.gitignore fix gitignore 2019-08-25 14:33:28 +02:00
deploy.sh change deploy 2019-08-25 14:33:43 +02:00
Makefile change deploy 2019-08-25 14:33:43 +02:00
README.md add thesis to build 2019-08-05 13:48:22 +02:00

Master Thesis - Polygon simplification

Folder Structure

  • benchmarking: web-app for benchmarking
  • compare-algorithms: web-app for algorithm comparison
  • lib: 3rd party and self-written libraries
  • thesis: latex source files and main pdf file

web apps

Development:

  • change to project directory (benchmarking or compare-algorithms)
  • npm install
  • npm run serve
  • server running on localhost:8080

Build all

make produces a build directory that combines all parts of this thesis. It is meant for later to deploy all material to a web server.