Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Gui embed #177

Open
wants to merge 33 commits into
base: master
Choose a base branch
from
Open
Show file tree
Hide file tree
Changes from all commits
Commits
Show all changes
33 commits
Select commit Hold shift + click to select a range
149dd84
Serve from path used by application threejs/viewer
aymanhab Jan 30, 2024
55d9738
No AppBar if embedded within the application
aymanhab Jan 30, 2024
ab78a80
Merge branch 'dev' into gui_dev
aymanhab Jan 30, 2024
a4346cc
Remove unused libs and homepage
aymanhab Feb 2, 2024
69023f2
Merge branch 'dev' into gui_dev
aymanhab Mar 1, 2024
94c3d4f
Add lil-gui package
aymanhab Sep 18, 2024
592e4b0
Add GUI knobs to ViewerState and control from lil-gui
aymanhab Sep 19, 2024
41ccad9
Refactor/rewire knobs in new branch
aymanhab Sep 19, 2024
ba4d2a9
Move floating panel to left side
aymanhab Sep 19, 2024
e194be3
Remove unused import
aymanhab Sep 23, 2024
c5d83dd
Handle background color
aymanhab Sep 23, 2024
3371c0e
More floor textures
aymanhab Sep 23, 2024
e2b57e0
Grass floor option
aymanhab Sep 24, 2024
8606faa
Remove default Environment hdr file for now
aymanhab Sep 24, 2024
a7d9198
add missing texture files
aymanhab Sep 24, 2024
ca51ebe
Re-organized floating controls panel.
AlbertoCasasOrtiz Sep 24, 2024
175e997
Merge pull request #176 from opensim-org/add_gui_knobs
aymanhab Sep 24, 2024
a35d686
Remove reference to aws, logo and change start page in the case of GU…
aymanhab Oct 3, 2024
7b6bc05
Remove browserRouter SnackBar, calls to useLocation and useNavigation…
aymanhab Oct 12, 2024
aeccf33
Merge branch 'gui_dev' into gui_embed
aymanhab Dec 17, 2024
40a97a5
Indicate homepage in package.json so build can be exported and served…
aymanhab Jan 13, 2025
c1a3114
Remove unused imports and open socket, parse object.json file on connect
aymanhab Jan 23, 2025
a1eb20a
Add sample json file
aymanhab Jan 23, 2025
ec15bc9
Merge branch 'gui_embed' of https://github.com/opensim-org/opensim-vi…
aymanhab Jan 23, 2025
60ffb9f
Add sample model in json format and some minor tuning
aymanhab Feb 3, 2025
5507a46
Update floor and default pages/ModelViewPage.tsx to use OpenSimGUIScene
aymanhab Feb 4, 2025
532778d
Use uistate to load model json into scene
aymanhab Feb 5, 2025
1f67107
Model Open/Close now working, offsets not setup yet
aymanhab Feb 7, 2025
ad28f68
Add commands to support editing scene and CommandFactory as well as h…
aymanhab Feb 11, 2025
893ac23
Enable selection of Groups
aymanhab Feb 11, 2025
592d2ec
Fix compilation warnings
aymanhab Feb 12, 2025
0837bf1
Implement Frame message so coordinate sliders and motion playback work
aymanhab Feb 12, 2025
24a8740
Offset multiple models in z direction upon loading
aymanhab Feb 13, 2025
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
30 changes: 22 additions & 8 deletions package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

6 changes: 3 additions & 3 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,16 +1,15 @@
{
"name": "opensim-viewer",
"version": "0.1.0",
"version": "0.2.0",
"private": true,
"proxy": "http://localhost:8000",
"homepage": ".",
"dependencies": {
"@aws-amplify/ui-react": "^5.3.1",
"@aws-sdk/client-lambda": "^3.436.0",
"@aws-sdk/client-s3": "^3.433.0",
"@aws-sdk/s3-request-presigner": "^3.433.0",
"@babel/plugin-proposal-private-property-in-object": "^7.21.0-placeholder-for-preset-env.2",
"@emotion/react": "^11.10.6",
"@emotion/styled": "^11.10.6",
"@ffmpeg/ffmpeg": "^0.12.7",
"@ffmpeg/util": "^0.12.1",
"@mui/icons-material": "^5.11.11",
Expand All @@ -34,6 +33,7 @@
"i18next": "^22.4.15",
"i18next-browser-languagedetector": "^7.0.1",
"jest": "^29.5.0",
"lil-gui": "^0.19.2",
"mobx": "^6.9.0",
"mobx-react": "^7.6.0",
"notistack": "^3.0.1",
Expand Down
Binary file added public/Cobblestone.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading