This program demonstrates using JessieCode in STEMCstudio.
Highlighting is provided by using a C++ syntax highlighter. There is no validation of the JessieCode.
STEMCstudio takes the contents of any file ending with .jessie
and creates
an HTMLScriptElement in the HTML body with the type text/jessiecode
(it does something similar for CSV, GLSL, and Scheme files). This dovetails with the behavior of JSXGraph which is to auto-detect such scripts and process them, creating a div
and rendering the JessiCode to a Board that is attached to the div
.
JessieCode Reference on SketchBin
JSXGraph was developed by the Center for Mobile Learning with Digital Technology – Universität Bayreuth, Germany.