Skip to content

Latest commit

 

History

History
14 lines (9 loc) · 866 Bytes

File metadata and controls

14 lines (9 loc) · 866 Bytes

Convolution demo

This repository contains the convolution demonstration program for the lecture “Kognitive Systeme” at the Interactive Systems Lab (ISL) at the Karlsruhe Institute of Technology.

The demo runs completely client-side in the browser. The index.html file in the gh-pages branch is directly runnable. A hosted version is available here.

Building

Written using TypeScript + React.

  • Run yarn once to get the dependencies
  • Run git worktree add dist/ gh-pages once to set up the github pages branch
  • Run yarn run dev, then open http://localhost:1234 for the dev server
  • Run yarn run build to build the production version into the folder dist