d5c8bf08c0feat: Complete operation through Book Twelve The only actual new command is the construction of a polygon as a face of a previously defined polyhedron. Aside from that, just adds some hacky "bugfixes" to Joyce's underlying Geometry Applet code to convert drawings that Joyce left in 2D when they should be in 3D.
#58
Glen Whitney2024-02-10 21:27:35 -0800
e10da118a7feat: new arguments for perpendicular method of point This should complete all of Joyce's options for constructing a point by being perpendicular to something. Also fixes coloring of the sphere and adds the planeSlider method for constructing a point.Glen Whitney2024-02-09 17:50:25 -0800
a4f3a96d6efeat: Improve 3D operation Working toward successfully rendering Book Eleven. Specific changes in this commit include: * Improvement to coordinate system/initial view for 3D constructions * More attention to ambient plane for some 2D commands * Add sphereSlider construction method for point * Add intersection construction method for circle (intersection of two spheres) * Fix display/non-display of perimeter of sectors * Add sphere construction by radius * Add polyhedron construction methods parallelepiped and pyramidGlen Whitney2024-02-08 17:45:26 -0800
753311268efix: Use geonames for auxiliaries Otherwise sometimes they will convert points into vectors (ugh!) Also adds debugging output.
#56
Glen Whitney2024-01-18 19:50:56 -0800
f8c95860b8feat: Implement 'meanProportional' point construction method (#55)Glen Whitney2024-01-18 06:10:23 +0000
8e691a56befeat: Implement 'meanProportional' point construction method
#55
Glen Whitney2024-01-17 21:53:45 -0800
71a3fd4cc4feat: Get all Rostamian's old pages working This commit is just the last piece in the puzzle, implementing the perpendicular method for lines. Resolves#36.
#44
Glen Whitney2023-10-17 18:04:50 -0700
85ad82d9e2feat: handle the 'pivot' parameter of the Geometry Applet Dealing with general click and drag on the applet and differentiating between a background drag and dragging an element seemed like too big a task, so this PR simply provides a slider to rotate the diagram when the pivot is defined.Glen Whitney2023-10-13 10:17:16 -0700
bb1713a674feat: implement more commands needed for Alberts trisectionGlen Whitney2023-10-10 20:05:29 -0700
5433719440feat: Implement 'similar' point method for Steve Gray problemGlen Whitney2023-10-09 23:23:10 -0700
a236e15990feat: Get extension working in the Edge browser (#42)Glen Whitney2023-10-10 03:17:19 +0000
b4f732d5bffeat: Get extension working in the Edge browser To accomplish this, it needed to be bundled up in a zip file, so code to do that was added. (Quite possibly the zip will be able to be renamed as an .xpi file to create the file needed for Firefox. At the moment, you must extract this zip and "sideload" the extension into Edge by selected the extracted folder. I read that Edge will handle the packing into a single extension file itself.
#42
Glen Whitney2023-10-09 20:03:36 -0700
3245db6d07feat: Initial enabling of 3D Turns on 3D viewer when needed; implements tetrahedron command. Still quite several commands remaining for first test construction (from Rostamian's incenter.html) to work.Glen Whitney2023-10-07 08:55:56 -0700
58469f793efeat: Get plugin working with Joyce Geometry Applets as wellGlen Whitney2023-10-04 16:39:55 -0700
e56090cd7efeat: Generate Firefox plugin So far, plugin only handles VRML. But it loads as a temporary plugin in Firefox OK, and it generates viewers as necessary, including overlaying existing images that are links to VRML files.Glen Whitney2023-09-28 13:25:25 -0700
147b478a34fix: Handle Joyce Geometry Applet color specifications Not everything is tested, but tried to capture all of the structure of the original, except for pivot points green, since there are no pivot points yet. Also many of the color specifications are missing. Resolves#8.Glen Whitney2023-09-25 13:35:28 -0700
f1696120dcfeat: Improve construction element handling This change implements several additional construction methods, including the first polygon ones. In particular, it now allows arbitrary strings as entity names, even ones that are not allowed as GeoGebra identifiers, using captions to show the original entity names. In addition, line arguments are interpreted as a pair of point arguments as needed.
#32
Glen Whitney2023-09-24 17:42:02 -0700
eba64648c9feat: Convert VRML 1 files with vrml1to97 Now that the vrml1to97 package has been published, uses it to convert any VRML 1 files it encounters. Also uses the new x_ite module
#13
Glen Whitney2023-09-04 18:37:40 -0700
9107c82f13feat: Proof of concept for displaying wrl files (#10)Glen Whitney2023-08-31 05:30:41 +0000
e32dcdc3fffeat: Get x_ite mostly working on VRML97 and later files In addition, it checks for VRML 1.0 files and reports that it can't yet handle them. There are still some glitches, but the basic functionality is there. Resolves#9.
#10
Glen Whitney2023-08-30 22:14:47 -0700