Differences between revisions 2 and 5 (spanning 3 versions)
Revision 2 as of 2008-02-20 17:22:17
Size: 1048
Editor: jason
Comment:
Revision 5 as of 2022-04-05 02:36:34
Size: 0
Editor: mkoeppe
Comment: outdated
Deletions are marked like this. Additions are marked like this.
Line 1: Line 1:
Here are some pieces of software that could enable interactivity in the notebook. Much of this software is java-based.

== Geometry ==
See http://www.mathsnet.net/dynamic/index.html for an old survey of software.

 * http://www.dynamicgeometry.com/javasketchpad/ The java sketchpad, which is a java counterpart to Geometer's sketchpad. The input files look fairly easy to generate programmatically, so we could generate a file and then call the applet from the notebook, like the current jmol graphics work. The applet is free for non-commercial use.
 * GeoNext: http://geonext.uni-bayreuth.de/index.php?id=1917 is a GPL interactive geometry Java program. The last release was in mid-2007, so it seems fairly current.
 * Geogebra: http://www.geogebra.org/cms/ is a java program. The source is GPL, the documentation and translations are not. This has successfully been embedded in a Sage notebook.
 * http://homepages.gac.edu/~hvidsten/gex/index.html
See http://www.ct4me.net/math_manipulatives.htm#Manipulatives for more software.