Skip to content

TiFu/truck_backer_upper

Repository files navigation

Truck Backer Upper

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.

Development

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.

Setup

git checkout gh-pages # to set upstream
git checkout master
git worktree add bin gh-pages
npm install

Then build via npm run build or npm run prod-build and open the index.html in the bin directory.

Updating binaries

Use cd bin; git add -A; git commit -m'update binaries'; git push to update the binaries.

About

No description, website, or topics provided.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages