Webgui is a THREE.js based visualization library for grid-based functions, especially for finite element meshes and functions. It was developed for the open source finite element software Netgen/NGSolve.
First install dependencies:
yarn
To create a production build:
yarn build
To create a development build:
yarn build-dev