opensim-org / opensim-viewer

Front end of web based viewer of OpenSim models, data
Apache License 2.0
13 stars 3 forks source link

Allow css setting to switch between viewer layout and application/GUI layout #152

Closed aymanhab closed 7 months ago

aymanhab commented 8 months ago

While possible to add a state/setting to distinguish between application mode and web-viewer mode, it's best if this can be done with no code change but with css change. The gui.css would differ from App.css in the following:

  1. No AppBar (in application mode there's no need for the Logo or login-logout or model-gallery/viewer buttons) for better use of real-estate on the screen.
  2. No need for left sidebar either, needed functionality (export gltf, cam/video settings can go into control menu)
  3. Animation bar at the bottom should stay and replicate existing GUI motion slider (almost there already)