/argraph

Primary LanguageTypeScriptGNU General Public License v3.0GPL-3.0

argraph

A three.js and three.ar.js extention to draw three dimensional graphs.

Demo

How to compile

  • Install yarn or npm if you dont already have them on your computer
  • Run these command (replace yarn with npm if you use npm)
yarn install
yarn build (or npm run-script build)

How to generate documentations

npm run-script docs (or yarn docs)

How to use this in your three.js project

npm install argraph