项目作者: paulmasson

项目描述 :
Interactive mathematics in the browser
高级语言: JavaScript
项目地址: git://github.com/paulmasson/mathcell.git
创建时间: 2017-08-02T00:44:07Z
项目社区:https://github.com/paulmasson/mathcell

开源协议:MIT License

下载


MathCell

Interactive 2D and 3D mathematical visualizations in your browser!

This library and Math power the interactive elements of Analytic Physics.

Usage

Download the complete library to your web server and include it in the body of a page:

  1. <script src="mathcell.js"></script>

If you do not want to download the source file, you can link to the most current version from my website,

  1. <script src="https://paulmasson.github.io/mathcell/build/mathcell.js"></script>

or a past stable version from an online content delivery network:

  1. <script src="https://cdn.jsdelivr.net/gh/paulmasson/mathcell@1.7.0/build/mathcell.js"></script>

See the documentation for additional details of implementation.