Skip to content

Latest commit

 

History

History
26 lines (17 loc) · 540 Bytes

File metadata and controls

26 lines (17 loc) · 540 Bytes

KnitSim

KnitSim offers an integrated code and knitting simulation to exploratively design patterns and knitting pieces, while allowing the users to simulate the fabric stresses right in the web browser using WebAssembly!

beanie

Demo here: KnitSim on Dakantz

Installation

Local installation:

cd knitviz-frontend
npm i -D
npm run dev

Docker build:

cd knitviz-frontend
docker build . -t knitviz-frontend
docker run -it -p 16001:80 knitvknitviz-frontend