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

update documentation #14

Merged
merged 4 commits into from
Apr 4, 2024
Merged
Changes from all commits
Commits
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
38 changes: 26 additions & 12 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@

![3d model viewer ui](./docs/ss-light.png)

It is an extension for [ownCloud web](https://github.com/owncloud/web) for viewing 3D files. Currently, it can only open `.glb` file format.
This is an extension for [ownCloud web](https://github.com/owncloud/web) for viewing 3D files. Currently, it can only display 3D models in `.glb` file format.

## Feature Highlights ✨

Expand All @@ -11,18 +11,11 @@ It is an extension for [ownCloud web](https://github.com/owncloud/web) for viewi
- Fullscreen view
- Navigate between model files

## Docker Image

This extension is available as docker image: [sawjan/web-app-3dmodel-viewer](https://hub.docker.com/r/sawjan/web-app-3dmodel-viewer/tags)

Run the extension container with:

```bash
docker run --rm -p3000:80 sawjan/web-app-3dmodel-viewer
```

## Build and Run

For building and running the app from the code base, follow these steps:

1. Install the dependencies

```bash
Expand All @@ -47,6 +40,27 @@ docker run --rm -p3000:80 sawjan/web-app-3dmodel-viewer
docker compose up
```

Now, you can access the web at https://localhost:9200
Now, you can access the app at https://localhost:9200

## Docker Image

This extension is available as docker image: [sawjan/web-app-3dmodel-viewer](https://hub.docker.com/r/sawjan/web-app-3dmodel-viewer/tags)

Run the extension container with:

```bash
docker run --rm -p3000:80 sawjan/web-app-3dmodel-viewer
```

## 3D models

The app currently only supports 3D models in `.glb` format. You can find models on the following platforms:

For 3D models: [sketchfab](https://sketchfab.com/) (Download the models in `.glb` format)
- [sketchfab](https://sketchfab.com/)
- [3Dexport](https://3dexport.com/free-3d-models)
- [archive3D](https://archive3d.net/)
- [clara.io](https://clara.io/library)
- [downloadfree3D](https://downloadfree3d.com/file-format/glb/)
- [free3D](https://free3d.com/)
- [sketchup](https://3dwarehouse.sketchup.com/)
- [turbosquid](https://www.turbosquid.com/Search/3D-Models/free)