opensim-org / opensim-viewer

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

Rearrange front end for usability #132

Closed aymanhab closed 8 months ago

aymanhab commented 10 months ago

Items include:

aymanhab commented 10 months ago

@AlbertoCasasOrtiz in case you're interested in any of these

AlbertoCasasOrtiz commented 10 months ago

I just self assigned this, I will take care of it after the winter break!

AlbertoCasasOrtiz commented 10 months ago

I just self assigned this, I will take care of it after the winter break!

AlbertoCasasOrtiz commented 9 months ago

Hi @aymanhab, I don't undestand the second point. Should it display the textual name of the model somewhere?

aymanhab commented 9 months ago

@AlbertoCasasOrtiz I think we should have an (i) icon somewhere in the ui that expands to the info: Model, publication, simulation settings that we can embed-into/extract-from the gltf as we discussed earlier for #141

Separately, objects have names as seen on the scene tree, if we can have a fixed, readonly text box somewhere on the screen showing what's selected without needing to expand the side panel that would be great. Not entirely clear on how it looks like but maybe the annotation button is a toggle that opens a small panel with the textbox, or a selected:xxx textbox in bottom bar. Thoughts?

AlbertoCasasOrtiz commented 9 months ago

Sure, I am working on the (i) icon and I have already a floating icon that shows a floating window (empty for now) when clicked. I'll have it soon showing the model information.

AlbertoCasasOrtiz commented 9 months ago

Hi @aymanhab, I think this is finished. The main changes are:

The animation controls are now in the bottom bar. Removed animation tab from side bar. Removed speed. Added info tooltip at top right (not populated until we have metadata in the gltf)

Let me know if I forgot something or something is not right.