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] over 1 year ago

Patch Changes

  • 119a04d1: Downgrading three and reusing own GLTFLoader and DRACOLoader implementations
threlte - @threlte/[email protected]

Published by github-actions[bot] over 1 year ago

Patch Changes

  • f9f8e615: changed return signature of useSuspense->suspend
threlte - @threlte/[email protected]

Published by github-actions[bot] over 1 year ago

Patch Changes

  • 4bcf0ee4: changed return signature of useSuspense->suspend
threlte - @threlte/[email protected]

Published by github-actions[bot] over 1 year ago

Patch Changes

  • 3a9a26c6: Changed return signature of asyncWritable
threlte - @threlte/[email protected]

Published by github-actions[bot] over 1 year ago

Patch Changes

  • 89e0c7a9: Updated dependencies
threlte - @threlte/[email protected]

Published by github-actions[bot] over 1 year ago

Patch Changes

  • 81834dd4: Refactored the pascal case function
threlte - @threlte/[email protected]

Published by github-actions[bot] over 1 year ago

Patch Changes

  • da70d570: typo
threlte - @threlte/[email protected]

Published by github-actions[bot] over 1 year ago

Patch Changes

  • 16e75c31: Fixed a bug where the suspense was created in the wrong place when preloading was activated.
threlte - @threlte/[email protected]

Published by github-actions[bot] over 1 year ago

Minor Changes

  • 23049766: Added Suspense component and useSuspense hook.
threlte - @threlte/[email protected]

Published by github-actions[bot] over 1 year ago

Major Changes

  • a07850e4: Removed the name from the exported preload function (seems silly and might collide anyway), updated deps and included three-stdlib instead of rolling an own implementation of GLTFLoader and DRACOLoader. Added option to make the component suspense-ready, updated README.
threlte - @threlte/[email protected]

Published by github-actions[bot] over 1 year ago

Patch Changes

  • eb0dc69f: Removed the component TransformableObject, removed stale types from rapier package
threlte - @threlte/[email protected]

Published by github-actions[bot] over 1 year ago

Minor Changes

  • fef242de: Added the components InstancedMesh, Instance and InstancedMeshes
threlte - @threlte/[email protected]

Published by github-actions[bot] over 1 year ago

Major Changes

  • fef242de: Removed the stale types of Pass, removed MeshInstance, Object3DInstance, Instance and InstancedMesh from core.
  • eb0dc69f: Removed the component TransformableObject, removed stale types from rapier package
  • a39ccd68: Removed ViewportAwareObject (replaced in user-land by plugins)
threlte - @threlte/[email protected]

Published by github-actions[bot] over 1 year ago

Patch Changes

  • 4b67b473: Event on:create bugfix
threlte - @threlte/[email protected]

Published by github-actions[bot] over 1 year ago

Minor Changes

  • 4b67b473: Environment uses threlte cache

Patch Changes

  • 4b67b473: Audio bugfix
threlte - @threlte/[email protected]

Published by github-actions[bot] over 1 year ago

Major Changes

  • 4b67b473: Removed transform properties on rapier components Collider, AutoColliders and RigidBody
threlte - @threlte/[email protected]

Published by github-actions[bot] over 1 year ago

Minor Changes

  • 4b67b473: The hook useStudio exposes Theatre.js' studio instance.
threlte - @threlte/[email protected]

Published by github-actions[bot] over 1 year ago

Major Changes

  • 4b383b0a: requires min. three.js version 151

    WHAT: we changed import name to match update-to-date three.js names
    WHY: see this pull request for details.

threlte - @threlte/[email protected]

Published by github-actions[bot] over 1 year ago

Patch Changes

  • 124eabab: Fixed preload method to return a Promise
threlte - @threlte/[email protected]

Published by github-actions[bot] over 1 year ago

Minor Changes

  • 72c71414: Added option to add a preload method that makes preloading an asset easy. Also, added the option to make an isolated component (so no \$\$restProps usage)