webgui
v0.2.39
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).
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:
yarnTo create a production build:
yarn buildTo create a development build:
yarn build-dev