feat: Add an options panel
Right now it just controls debugging options for what gets logged to the console during execution. But at some point we should add on/off switches for the two main facilities. Also implements just enough additional commands to successfully render the very first illustration in Joyce's Euclid, namely Book 1, Def I.2.
This commit is contained in:
parent
58469f793e
commit
92308d2197
7 changed files with 107 additions and 17 deletions
|
@ -1,7 +1,7 @@
|
|||
# Takes one parameter, the destination directory
|
||||
mkdir -p $1/deps/x_ite/assets/images
|
||||
mkdir -p $1/deps/x_ite/assets/components
|
||||
cp etc/manifest.json $1
|
||||
cp etc/manifest.json etc/options.html $1
|
||||
cp etc/deps/x_ite/x_ite.css $1/deps/x_ite
|
||||
cp etc/deps/x_ite/assets/images/logo.128.png $1/deps/x_ite/assets/images
|
||||
cp etc/deps/x_ite/x_ite.mjs $1/deps/x_ite
|
||||
|
@ -10,3 +10,4 @@ cp -r etc/deps/GeoGebra $1/deps
|
|||
npx rollup public/js/giveAwrl.js --dir extension
|
||||
npx rollup public/js/adapptlet.js --file extension/adapptlet.js
|
||||
npx rollup public/js/adapptext.js --file extension/adapptext.js
|
||||
cp public/js/options.js public/js/adapptypes.js extension
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue