This repository contains the Truck Backer Upper demonstration project for the lecture “Neural Networks” at the Interactive Systems Lab (ISL) at the Karlsruhe Institute of Technology.
This demo runs completely client-side in the browser. The index.html file in the gh-pages branch can be opened on a local webserver (python3 -m http.server). A hosted version is available here.
This project is written in TypeScript, a statically typed superset of JavaScript.
I recommend Visual Studio Code (crossplatform and opensource) for development. An alternative is Atom + atom-typescript.
React is used with JSX for GUI state handling.
git checkout gh-pages # to set upstream
git checkout master
git worktree add bin gh-pages
npm installThen build via npm run build or npm run prod-build and open the index.html in the bin directory.
Use cd bin; git add -A; git commit -m'update binaries'; git push to update the binaries.