My master thesis. Simplify polylines using WebAssembly. https://mt.melch.pro/
Go to file
2019-08-08 21:25:39 +02:00
benchmarking Add results 2019-08-08 21:25:39 +02:00
compare-algorithms prod mode for build 2019-08-06 18:25:42 +02:00
data Improve state management 2019-08-04 22:45:39 +02:00
lib add file saver lib 2019-08-07 03:30:02 +02:00
public add thesis to build 2019-08-05 13:48:22 +02:00
scripts initial commit 2019-07-14 20:37:26 +02:00
thesis Add results 2019-08-08 21:25:39 +02:00
.gitignore Improve make 2019-08-05 11:23:56 +02:00
deploy.sh make before deploy 2019-08-07 03:30:10 +02:00
Makefile fix makefile 2019-08-06 18:28:09 +02:00
README.md add thesis to build 2019-08-05 13:48:22 +02:00
win_chro_simplify_vs_false.tex writing add results 2019-08-07 15:34:59 +02:00
win_chro_simplify_vs_true.tex writing add results 2019-08-07 15:34:59 +02:00
win_edge_simplify_stack_false.tex writing add results 2019-08-07 15:34:59 +02:00
win_edge_simplify_vs_false.tex writing add results 2019-08-07 15:34:59 +02:00
win_ffox_simplify_vs_false.tex writing add results 2019-08-07 15:34:59 +02:00
win_ffox_simplify_vs_true.tex writing add results 2019-08-07 15:34:59 +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.