News


Dynamic Mathematics with JavaScript

Release of version 0.79

Version 0.79 includes massive speed optimizations for the Internet Explorer, some bugs have been fixed and the source code has been considerably refactored. The support for bitmap images has been improved, new elements are regular polygons. Further, a flexible layer system and several new options have has been introduced. [Read More]

JSXCompressor – Python script

A simple Python script to compress a file to be uncompressed by the JavaScript JSXCompressor is the following: #!/usr/bin/env python # -*- coding: utf-8 -*- import sys import os import urllib import base64 import <span... [Read More]

Release of version 0.78

The most notable change is that all dependencies of JSXGraph on third-party libraries like jquery or prototype have been removed. JSXGraph is now a stand-alone library. If delivered compressed, its size is only 81 kByte. Now, two possible types of texts are possible: ‘html’ which uses an HTML-div element, and... [Read More]

Release of version 0.77

Version 0.77 of the JavaScript plotting and Geometry library JSXGraph contains many improvements and feature enhancements. Beside of bug fixes the performance could also be improved considerably, again. The visual appearance of JSXGraph is another area where great progress could be achieved. The main issues were the automatic labeling... [Read More]

JSXCompressor – zlib compressed JavaScript code

The open source library JSXGraph (http://jsxgraph.org) contains utilities to read files which have been compressed by the ZLIB (http://zlib.org) library. That means, JSXGraph has a pure JavaScript implementation of deflate, unzip and base64_decode. This can be used for delivering compressed JavaScript inside of an HTML file. Of course, with todays... [Read More]