This is a stub/very preliminary implementation of calling JSXGraph for
3D Joyce applets. The only element/construction method implemented so far
is a free point.
NOTE: This implementation is so far extremely buggy. Loading a page with a
3D applet such as
http://aleph0.clarku.edu/~djoyce/java/elements/bookXI/defXI9.html
appears to enter a loop in which the div containing the JSXGraph Board
progressively grows larger and larger, while using a tremendous amount
of cpu.
With this loaded in under the Firefox debugger, one can see linked WRL files and Java Geometry Applets on arbitrary web pages.
This represents significant progress on #28, but getting more controls and getting it to work in other browsers is still on deck.
Reviewed-on: #38
Co-authored-by: Glen Whitney <glen@studioinfinity.org>
Co-committed-by: Glen Whitney <glen@studioinfinity.org>
Does this simply by setting CSS properties on the canvas element.
Also updates vrml1to97 and switches to using x_ite.d.ts directly
from the x_ite repository (although the link will have to change
once it is merged into main).
Resolves#21.
Resolves#23.
Reviewed-on: #24
Co-authored-by: Glen Whitney <glen@studioinfinity.org>
Co-committed-by: Glen Whitney <glen@studioinfinity.org>