My master thesis. Simplify polylines using WebAssembly. https://mt.melch.pro/
Go to file
2019-08-05 11:19:54 +02:00
benchmarking Improve state management 2019-08-04 22:45:39 +02:00
compare-algorithms fix highQuality 2019-07-22 08:44:24 +02:00
data Improve state management 2019-08-04 22:45:39 +02:00
lib DRY 2019-07-25 09:53:20 +02:00
public Add root level makefile 2019-08-05 11:19:47 +02:00
scripts initial commit 2019-07-14 20:37:26 +02:00
thesis writing 2019-07-28 12:03:15 +02:00
.gitignore Add root level makefile 2019-08-05 11:19:47 +02:00
Makefile Add root level makefile 2019-08-05 11:19:47 +02:00
README.md Add Readme 2019-08-05 11:19:54 +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