Skip to content

o-samoilov/IntegralCalculator

Repository files navigation

What is this?

With this project you can model contour integrals.

Example working project: here

The project base on Three.js

Getting Started

Installing

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"
};

Example

Axles:

  • #f03c15 - x
  • #1589F0 - y
  • #c5f015 - z

alt text

alt text

Authors

Alexander Samoylov

LinkedIn

GitHub

About

No description, website, or topics provided.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages