machineagency / visualization-playground

Practicing Toolpath Visualization with Typescript and Three.js

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

visualization-playground

Practicing Toolpath Visualization with Typescript and Three.js

Installation

  1. Clone respository.
  2. Run npm install.
  3. Run node server &, or something similar to run the server.
  4. Install typescript and run tsc in the client/ directory to generate the .js files. You must do this whenever you change a .ts file, or use Typescript's watch functionality.
  5. Open up localhost:4040 in your browser.

About

Practicing Toolpath Visualization with Typescript and Three.js


Languages

Language:TypeScript 99.6%Language:HTML 0.2%Language:JavaScript 0.2%Language:CSS 0.1%