This is an extension for ownCloud web for viewing 3D files. Currently, it can only display 3D models in .glb
file format.
- Supported formats: [
.glb
] - Zoom/Rotate model
- Fullscreen view
- Navigate between model files
For building and running the app from the code base, follow these steps:
-
Install the dependencies
pnpm i
-
Build the extension
pnpm build
For development, build with watch.
pnpm build:w
-
Start the extension and the web services
docker compose up
Now, you can access the app at https://localhost:9200
This extension is available as docker image: sawjan/web-app-3dmodel-viewer
Run the extension container with:
docker run --rm -p3000:80 sawjan/web-app-3dmodel-viewer
The app currently only supports 3D models in .glb
format. You can find models on the following platforms: