Hi @arnars
You can find the latest viewer API 2.0 version on npm as 2.17.0-alpha.11
Some examples to get you started are linked on the same page, and I’ll put a few of them here as well:
- Basic Setup
- Measurements Extension
- Obj Loader
- Expanding an Extension (Manipulating Objects)
- Custom Extension (Categorize)
You can find additional examples on my codesandbox dashboard here. All sandboxes are live running examples of viewer API 2.0.
An important thing to note, is that API 2.0 is not a drop in update. If you have an application build with the old viewer API, updating to API 2.0 will not work out of the box. The good news is that the new viewer version also comes with a LegacyViewer
implementation designed specifically to make API 1.0 to API 2.0 transition easier.
A very good example for viewer API 2.0 running in the wild is actually https://latest.speckle.systems/
Regarding official documentation, guides and examples, we’re working on it as we speak and will be publicly available very soon.
Let me know if I can help further with anything
Cheers