Skip to content

alexstocker/web-app-3dmodel-viewer

 
 

Repository files navigation

3D Model Viewer - ownCloud Web Extension

3d model viewer ui

This is an extension for ownCloud web for viewing 3D files.

Feature Highlights ✨

  • Supported formats: [.glb, .stl, .fbx, .obj]
  • Zoom/Rotate model
  • Fullscreen view
  • Navigate between model files

Installation

  1. Download the zip file from the releases page
  2. Extract the zip file to the apps directory of the oCIS server, which is set using the WEB_ASSET_APPS_PATH environment variable

Build and Run for development

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

  1. Install the dependencies

    pnpm i
  2. Build the extension

    pnpm build

    For development, build with watch.

    pnpm build:w
  3. Start the extension and the web services

    docker compose up

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

3D models

You can find models on the following platforms:

About

3D model viewer extension for ownCloud Web

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • Vue 49.0%
  • TypeScript 41.0%
  • JavaScript 5.7%
  • Gherkin 4.3%