News


Dynamic Mathematics with JavaScript

JSXGraph in epub3

We have been asked a couple of times if JSXGraph can be embedded into epub3 ebooks. Here is a small ebook example about the Theorem of Thales (as called in Germany). It is realized as fixed layout ebook and uses JSXGraph, based on JavaScript and... [Read More]

Release of version 0.98

The long-awaited release of version 0.98 of JSXGraph is available for download.It contains a new element “slope triangle”, improved sector elements, an updated moodle plugin and many other smaller changes, see the CHANGELOG. There has been a considerable speedup of the underlying SVG drawing, which results in a smooth... [Read More]

New moodle plugin

Finally, the moodle plugin for JSXGraph has been updated to run on moodle 2+. It is available at http://jsxgraph.uni-bayreuth.de/wp/download/tools/. To install, you have to unzip the downloaded file in the subdirectory “filter” of your moodle installation and open the admin page of moodle. Here is a minimal example:... [Read More]

0.97 on CDNJS

JSXGraph 0.97 is now available on CDNJS. The url is http://cdnjs.cloudflare.com/ajax/libs/jsxgraph/0.97/jsxgraphcore.js You can also load the file readers from cdnjs: http://cdnjs.cloudflare.com/ajax/libs/jsxgraph/0.97/GeogebraReader.min.js http://cdnjs.cloudflare.com/ajax/libs/jsxgraph/0.97/GeonextReader.min.js http://cdnjs.cloudflare.com/ajax/libs/jsxgraph/0.97/IntergeoReader.min.js http://cdnjs.cloudflare.com/ajax/libs/jsxgraph/0.97/SketchReader.min.js [Read More]

Release of version 0.97

Version 0.97 is a complete overhaul of JSXGraph code base. It brings a lot of changes which in some cases might break your code. The most radical changes which might affect applications are: Implementation of the AMD pattern to actually enforce the module pattern that only existed theoretically before.... [Read More]