Mechanics simulator to calculate forces in a truss system. Features a VueJS Frontend (using PaperJS for the graphics) and a WebAssembly Layer (with the help of Emscripten which handles the calculation of the trusses. The source code for the calculation is located under src/cpp/TruceCalc
npm install
npm run serve
npm run build
npm run lint