Rob Beezer wrote: > I spent a few minutes looking at this. Most of the examples look like > many Sage interacts - sliders controlling plots or graphics. > Disclaimer: I'm always on the lookout for ways to use graphics as > graph editors, so I'm interested in using these sorts of tools for > *input* and not just output.
I've added JSXGraph to http://wiki.sagemath.org/JavascriptResources Everyone is welcome to make improvements. Should we start a similar page for Python / Cython resources? By the way, SVG *may* be a better choice than canvas for an application like a unified graph / knot editor. In particular, SVG objects have a document object model (DOM) similar to the browser's DOM. It's possible to manipulate and add event handlers to individual elements (or groups). Further, scripted SVG animation does not require redrawing an entire scene when just part of it changes. The SVG spec is very large, but it seems that most of the major browsers, except IE, support the essentials. IE, of course, supports VML. For what it's worth... In the immediate future, I plan to focus on "closing" a few open tickets on which I've been working. On a [much] longer time scale, I'd like to try to make some mathematical contributions to Sage, as a happy byproduct, I hope, of learning some interesting pure mathematics. Knots, quandles, and racks, say. Are there problems of current interest on which topologists could use some capability native to Sage? Or do the packages at http://wiki.sagemath.org/topology cover the space? Thanks for any advice you can offer! --~--~---------~--~----~------------~-------~--~----~ To post to this group, send email to sage-devel@googlegroups.com To unsubscribe from this group, send email to sage-devel-unsubscr...@googlegroups.com For more options, visit this group at http://groups.google.com/group/sage-devel URLs: http://www.sagemath.org -~----------~----~----~----~------~----~------~--~---