speckle-server icon indicating copy to clipboard operation
speckle-server copied to clipboard

The Speckle Server, Frontend, 3D Viewer, & other JS utilities.

Results 343 speckle-server issues
Sort by recently updated
recently updated
newest added

closes https://github.com/specklesystems/speckle-server/issues/1020 # Reasons for this: - We have some potential plans to introduce a new Vue 3 app in the monorepo. Vetur doesn't support Vue 3, Vue 3 needs...

# Realtime Screen Space Ambient Occlusion ## Description & motivation We've added screen space ambient occlusion to our viewer. We're using three's SAO implementation with several changes and improved normal...

These are more ideas/papercuts than actual feature requests, to be discussed more in detail: - the suggested list of people to mention should be ordered based on the actual collaborators...

enhancement
[ frontend ]
question
papercut

## Prerequisites - [x] I read the [contribution guidelines](https://github.com/specklesystems/speckle-server/blob/main/CONTRIBUTING.md) - [x] I checked the [documentation](https://speckle.guide/) and found no answer. - [x] I checked [existing issues](../issues?q=is%3Aissue) and found no similar issue....

enhancement
question

This came up a few times already, where organizations would want to use their own inhouse certificates for the Speckle server. So far we've diffused these, with its faster and...

enhancement
[ devops ]

- Deprecated the `user` query and introduced `activeUser: User` and `otherUser(id: String!): LimitedUser`. The impetus for this is security of user related operations. Previously we've mixed together 2 very separate...

All of the issues I found have been resolved, so at this point I think this only needs a review from @gjedlicska - especially for the infrastructure stuff (changed nginx...

Because we're batching objects aggressively, for some streams we end up with large batches. Three.js does not accelerate ray-triangle intersections involved in picking at all. So that's why for large...

enhancement
[ viewer ]

enhancement
[ viewer ]