webgui
v0.2.14
Published
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](https://github.com/NGSolve/ngsolve.git).
Downloads
13
Readme
Webgui
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.
Building
First install dependencies:
yarn
To create a production build:
yarn build
To create a development build:
yarn build-dev