Engine prototype #13

Open
Vectornaut wants to merge 117 commits from engine-proto into main
2 changed files with 1919 additions and 2 deletions
Showing only changes of commit d39244d308 - Show all commits

View File

@ -65,8 +65,12 @@ mutable struct ConstructionViewer
}
""")
# load Ganja.js
loadjs!(win, "https://unpkg.com/ganja.js")
# load Ganja.js. for an automatically updated web-hosted version, load from
#
# https://unpkg.com/ganja.js
#
# instead
loadjs!(win, "http://localhost:8000/ganja-1.0.204.js")
# create global functions and variables
script!(win, """

File diff suppressed because it is too large Load Diff