speckle-server/packages/viewer-sandbox
Alexandru Popovici 0a6e184024
The viewer now exports pass and pipeline related types. Also added a debug normal pipeline in the sandbox (#3451)
2024-11-07 13:21:43 +02:00
..
assets AEC Aesthetics Post-Feedback (#2239) 2024-05-02 16:00:02 +03:00
src The viewer now exports pass and pipeline related types. Also added a debug normal pipeline in the sandbox (#3451) 2024-11-07 13:21:43 +02:00
.gitignore feat: new package for testing, developing & debugging viewer (#725) 2022-04-27 15:11:27 +03:00
eslint.config.mjs chore: upgrade to eslint 9 (#2348) 2024-06-12 14:38:02 +03:00
favicon.svg feat: new package for testing, developing & debugging viewer (#725) 2022-04-27 15:11:27 +03:00
index.html Multi Viewer (#1518) 2023-04-21 13:12:15 +03:00
package.json chore: upgrade to eslint 9 (#2348) 2024-06-12 14:38:02 +03:00
readme.md minor change to trigger new version 2024-01-24 18:48:38 +02:00
sample-hdri.exr Worked on #746. Added members to the public API (still based on the original viewer). Added sample hdri and enabled proper (well, as proper as three can do it...) IBL. Added controls to the sandbox UI 2022-05-09 23:01:20 +03:00
studio007.hdr Added automatic loader selection based on file extension. Changed the default environment in the sandbox 2022-05-25 12:29:39 +03:00
studio010.hdr Added automatic loader selection based on file extension. Changed the default environment in the sandbox 2022-05-25 12:29:39 +03:00
tsconfig.json Fixing TS config for viewer 2022-05-10 11:51:12 +03:00
vite.config.js fix: fixing all builds that broke with the new viewer (#788) 2022-06-02 18:13:32 +03:00

readme.md

@speckle/viewer-sandbox

Sandbox for testing, debugging & developing the viewer package.

Setup

Requirements

  • Node ^16

Setup Instructions

  • yarn in the repo root to configure project dependencies
  • yarn build in repo root to build all dependencies
  • yarn dev to run the sandbox, it's available at localhost:3033

Linting

Use yarn lint to run ESLint and you can also run yarn lint:tsc to lint with the TypeScript compiler.