With this project you can model contour integrals.
Example working project: here
The project base on Three.js
Clone the project.
git clone https://github.com/a-samoylov/IntegralCalculator
Configure public/js/configs.js
You need set only serverURL
this is path to IntegralCalculatorServer.
IntegralCalculatorServer - it is backend part of project write on PHP. Project by AJAX call to it and IntegralCalculatorServer calculate contour integrals value.
Example:
var configs = {
serverURL: "https://s.integrals.top/",
helpURL: "https://github.com/a-samoylov/IntegralCalculator/blob/master/README.md",
gitHubURL: "https://github.com/a-samoylov/IntegralCalculator"
};
Axles:
Alexander Samoylov