Skip to content

phiresky/convolution-demo

Repository files navigation

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

About

Visualization of convolution on pairs of simple functions

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published