Skip to content

Latest commit

 

History

History
21 lines (16 loc) · 892 Bytes

README.md

File metadata and controls

21 lines (16 loc) · 892 Bytes

Image Processing Website

This website aims to demonstrate different image processing algorithms and data structures used for different imaging applications. The image processing library used for algorithms can be found here. It is only for personal use.

To build this project you need node.js specifically npm and wasm-pack.

After those two are installed then you can execute these commands

git clone https://github.com/arthmis/imageproc-website.git
cd imageproc-website/frontend
npm install
npm run build
cd ..
cd proc/
wasm-pack build -t no-modules -d ../frontend/wasm/ --no-typescript

These commands installs webpack and eslint and compiles the proc rust library to webassembly. From there you can start a http server and point it to frontend/index.html