8000 GitHub - robinxin/jsxgraph: JSXGraph is a cross-browser library for interactive geometry, function plotting, charting, and data visualization in a web browser.
[go: up one dir, main page]
More Web Proxy on the site http://driver.im/
Skip to content

JSXGraph is a cross-browser library for interactive geometry, function plotting, charting, and data visualization in a web browser.

License

LGPL-3.0, Unknown licenses found

Licenses found

LGPL-3.0
LICENSE.LGPL
Unknown
LICENSE.MIT
Notifications You must be signed in to change notification settings

robinxin/jsxgraph

 
 

Repository files navigation

JSXGraph

Interactive Math Library for the Web.

Copyright 2008-2012 Matthias Ehmann, Michael Gerhaeuser, Carsten Miller, Bianca Valentin, Alfred Wassermann, Peter Wilfahrt

JSXGraph is licensed under GNU Lesser General Public License, Version 3.0 http://www.gnu.org/licenses/lgpl.txt

About

JSXGraph is a cross-browser library for interactive geometry, function plotting, charting, and data visualization in a web browser. It is implemented completely in JavaScript, does not rely on any other library, and uses SVG, VML, or canvas. JSXGraph is easy to embed and has a small footprint: less than 100 KByte if embedded in a web page. No plug-ins are required! Special care has been taken to optimize the performance.

Starting with version 0.80, JSXGraph supports multitouch devices like the Apple iPad. Since version 0.82 the canvas element is supported, too. That means, JSXGraph also runs on Android devices.

JSXGraph is developed at the Lehrstuhl für Mathematik und ihre Didaktik University of Bayreuth, Germany

Website

Please report bugs to our issue tracking system found at https://github.com/jsxgraph/jsxgraph/issues

Build JSXGraph

In order to build JSXGraph you need Python 2 or later, yuglify, and to build the reference docs you need jsdoc-toolkit 2.3.2 or later.

To build JSXGraph core type

$ python make.py --yuglify=/path/to/yuglify --output=/output/dir Core

This will concatenate all core files (basically all .js files in src/ except loadjsxgraph.js and {Geonext,GeoGebra,Cinderella,Graph,Intergeo}Reader.js), strip all comments and minify the file into /output/dir/jsxgraphcore.js.

Usage

Include jsxgraphcore.js and, if required, one or more *Reader.js in your HTML file. For further usage instructions please consult our wiki especially our tutorials or the API reference docs.

About

JSXGraph is a cross-browser library for interactive geometry, function plotting, charting, and data visualization in a web browser.

Resources

License

LGPL-3.0, Unknown licenses found

Licenses found

LGPL-3.0
LICENSE.LGPL
Unknown
LICENSE.MIT

Stars

Watchers

Forks

Packages

No packages published
0