threlte

3D framework for Svelte

MIT License

Downloads
40.4K
Stars
2.1K
Committers
53

Bot releases are visible (Hide)

threlte - @threlte/[email protected]

Published by github-actions[bot] 8 months ago

Minor Changes

  • cd5f31d: Remove deprecated encoding-related code to allow compatibility with r162.

    Migration

    Three.js r152 or later is now required.

threlte - @threlte/[email protected]

Published by github-actions[bot] 8 months ago

Minor Changes

  • cd5f31d: Remove deprecated encoding-related code to allow compatibility with r162.

    Migration

    Three.js r152 or later is now required.

threlte - @threlte/[email protected]

Published by github-actions[bot] 8 months ago

Patch Changes

  • f7f561d: Downgraded sharp
threlte - @threlte/[email protected]

Published by github-actions[bot] 8 months ago

Patch Changes

  • 36f8eef: Import fix
threlte - @threlte/[email protected]

Published by github-actions[bot] 8 months ago

Patch Changes

  • 4fbfab2: updating sharp dependency
threlte - @threlte/[email protected]

Published by github-actions[bot] 8 months ago

Patch Changes

  • b039ee4: Small interactivity internals improvements
threlte - [email protected]

Published by github-actions[bot] 8 months ago

Patch Changes

  • b77feb0: Moved some devDependencies to dependencies for clarity
threlte - @threlte/[email protected]

Published by github-actions[bot] 8 months ago

Patch Changes

  • 7b90778: Small <T> optimizations
threlte - @threlte/[email protected]

Published by github-actions[bot] 8 months ago

Minor Changes

  • 34a35f5: <PerfMonitor/> component - easy access to rendering stats like draw calls, triangles, fps etc.
threlte - @threlte/[email protected]

Published by github-actions[bot] 8 months ago

Patch Changes

  • 5d9ca58: Fixed a bug where <Sky>'s renderTarget wasn't able to be disposed because the canvas context did not exist anymore.
threlte - @threlte/[email protected]

Published by github-actions[bot] 9 months ago

Patch Changes

  • 6c3807f: Remove three/addons import for compatibility with older Three versions
threlte - @threlte/[email protected]

Published by github-actions[bot] 9 months ago

Patch Changes

  • 392a14f: Remove svelte/internal dependency from <Suspense>
threlte - @threlte/[email protected]

Published by github-actions[bot] 9 months ago

Minor Changes

  • 127c03f: Remove children binding from HierarchicalObject component
threlte - @threlte/[email protected]

Published by github-actions[bot] 9 months ago

Patch Changes

  • 3c29bc9: Remove three-mesh-bvh from peer dependencies
threlte - @threlte/[email protected]

Published by github-actions[bot] 9 months ago

Patch Changes

  • 7f04878: Mark three-mesh-bvh as an optional dependency in package.json
threlte - @threlte/[email protected]

Published by github-actions[bot] 9 months ago

Minor Changes

  • 9036f10: Add port of drei's Stars component
threlte - @threlte/[email protected]

Published by github-actions[bot] 9 months ago

Minor Changes

  • 85b9332: Add port of drei's MeshRefractionMaterial
threlte - @threlte/[email protected]

Published by github-actions[bot] 9 months ago

Patch Changes

  • a31b5a3: Fix GroundedSkybox import for r161
threlte - @threlte/[email protected]

Published by github-actions[bot] 9 months ago

Patch Changes

  • f4040fb: Upgrade yoga version
threlte - @threlte/[email protected]

Published by github-actions[bot] 9 months ago

Minor Changes

  • e702d7e9: Added a new useFBO hook to extras