Commit Graph

5 Commits

Author SHA1 Message Date
e32dcdc3ff feat: 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.
2023-08-30 22:14:47 -07:00
d4b6ddd861 feat: Add targets for wrl activity, import x_ite 2023-08-30 00:02:08 -07:00
97f7138d7b feat: Create geogebra applet and implement some Joyce commands (#5)
Reviewed-on: #5
Co-authored-by: Glen Whitney <glen@studioinfinity.org>
Co-committed-by: Glen Whitney <glen@studioinfinity.org>
2023-08-30 03:56:13 +00:00
10146073c8 feat: Allow civet code to modify DOM (#4)
This commit uses the jQuery package for DOM manipulation. So far, it
  performs just a toy modification, on a page modified to include the
  object javascript. For this purpose the build script was modified
  to place object files in `public/js`. Adds a script to build and
  serve the resulting code.

  Resolves #2.

Reviewed-on: #4
Co-authored-by: Glen Whitney <glen@studioinfinity.org>
Co-committed-by: Glen Whitney <glen@studioinfinity.org>
2023-08-29 01:29:08 +00:00
16f38e769e chore: Add first target webpage and package to serve it 2023-08-28 10:31:35 -07:00