Skip to content

Latest commit

 

History

History
23 lines (15 loc) · 425 Bytes

README.md

File metadata and controls

23 lines (15 loc) · 425 Bytes

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