mirror of
https://github.com/OpenSpace/OpenSpace.git
synced 2026-01-07 20:21:24 -06:00
Merging in feature gui for touch. Enable touch module to run. Currently only run on development mode with the "touch" scene.
9 lines
315 B
Plaintext
9 lines
315 B
Plaintext
asset.export("webguiDevelopmentMode", false)
|
|
|
|
-- To make changes to the webgui:
|
|
|
|
-- 1) Set the above `webguiDevelopmentMode` to true
|
|
-- 2) Clone the repository: https://github.com/OpenSpace/OpenSpace-WebGuiFrontend
|
|
-- 3) Install nodejs (including npm)
|
|
-- 4) Within the repository, run `npm install` and `npm start`
|