Skip to content

CERBSim/webgui

Repository files navigation

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