dependabot[bot] 40f424dd20 Bump typescript from 5.3.3 to 5.4.2 (#12)
Bumps [typescript](https://github.com/Microsoft/TypeScript) from 5.3.3 to 5.4.2.
- [Release notes](https://github.com/Microsoft/TypeScript/releases)
- [Changelog](https://github.com/microsoft/TypeScript/blob/main/azure-pipelines.release.yml)
- [Commits](https://github.com/Microsoft/TypeScript/compare/v5.3.3...v5.4.2)

---
updated-dependencies:
- dependency-name: typescript
  dependency-type: direct:development
  update-type: version-update:semver-minor
...

Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2024-03-09 09:21:30 +00:00
2024-03-06 19:25:49 +01:00
2024-03-05 21:01:19 +01:00
2024-03-03 13:16:51 +01:00
2024-03-03 20:34:52 +01:00
2024-02-24 11:44:53 +01:00
2024-03-05 21:14:03 +01:00

Yet Another CAD Viewer

A CAD viewer capable of displaying OCP models (CadQuery/Build123d/...) in a web browser.

Features

  • Cross-platform: works on any modern web browser.
  • All GLTF 2.0 features (textures, PBR materials, animations...).
  • All model-viewer features (smooth controls, augmented reality...).
  • Load multiple models at once, load external models and even images as quads.
  • View and interact with topological entities: faces, edges, vertices and locations.
  • Control clipping planes and transparency of each model.
  • Select any entity and measure bounding box size and distances.
  • Fully-featured static deployment: just upload the viewer and models to your server.
  • Hot reloading while editing the CAD model (using the yacv-server package).

Usage

The example is a fully working project that shows how to use the viewer.

You can play with the latest demo here (or without animation).

Demo

Description
A CAD viewer capable of displaying OCP models (CadQuery/Build123d) in a web browser.
Readme MIT 61 MiB
Languages
Vue 43.3%
Python 28.4%
TypeScript 28.2%
HTML 0.1%