banner

Technology demonstration for 3D simulation of Brunsviga RK 13

This repository is a demonstration of web technologies that might be used for simulating the Brunsviga RK 13 mechanical calculator. The demo is designed to be small and lightweight in deploment. We use `vite` as the build system for a `react.js` web application that makes use `three.js` WebGL capabilites in order to render 3D objects and animate them in realtime. Typescript is the preferred language as it offers relative type-safety during development. The user interface is styled with `tailwindcss` and will refer to the paper, source code and some refernce documentation for the Brunsviga RK 13. The built application can be delpoyed via a static web server such as Nginx (see docker container).