NLESC-JCER / cpp2wasm

Guide to make C++ available as a web application
https://nlesc-jcer.github.io/cpp2wasm/
Apache License 2.0
22 stars 6 forks source link

Introduce vega charts #15

Closed sverhoeven closed 4 years ago

sverhoeven commented 4 years ago

As a C++ developer I would like to learn how to make a (interactive) plot in a web application.

The root finding algorithm returns a single root, which is not enough to plot. We could run it multiple times with different inputs and plot that.

Tasks