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] 11 months ago

Patch Changes

  • 514824bf: Performance improvements on <Gizmo>
  • 430e89cf: Added tonemapping and padding as well as visual optimizations to <Gizmo>
threlte - @threlte/[email protected]

Published by github-actions[bot] 11 months ago

Patch Changes

  • aaa94569: Perf bug fixed in <Gizmo>
threlte - @threlte/[email protected]

Published by github-actions[bot] 11 months ago

Patch Changes

  • 018ee0c5: Improved Gizmo visuals
  • 97f2e889: Allow reactive ids
  • 2df1367f: Add a gizmo component for heads-up camera control
threlte - @threlte/[email protected]

Published by github-actions[bot] 11 months ago

Patch Changes

  • 60b78f27: useTask: key can be an actual Key type
threlte - @threlte/[email protected]

Published by github-actions[bot] 11 months ago

Major Changes

  • 1b87e2e2: @threlte/flex now uses the Threlte 7 task API.
threlte - @threlte/[email protected]

Published by github-actions[bot] 11 months ago

Patch Changes

  • 6729814b: Fixed eslint config and fixed some linting errors
threlte - @threlte/[email protected]

Published by github-actions[bot] 11 months ago

Patch Changes

  • 6729814b: Fixed eslint config and fixed some linting errors
threlte - @threlte/[email protected]

Published by github-actions[bot] 11 months ago

Patch Changes

  • 3cc3fdcc: Removed bun types from @threlte/core tsconfig to fix useLoader type export (affects possibly other packages)
threlte - @threlte/[email protected]

Published by github-actions[bot] 11 months ago

Patch Changes

  • 3cc3fdcc: Removed bun types from @threlte/core tsconfig to fix useLoader type export (affects possibly other packages)
threlte - @threlte/[email protected]

Published by github-actions[bot] 11 months ago

Patch Changes

  • 3cc3fdcc: Removed bun types from @threlte/core tsconfig to fix useLoader type export (affects possibly other packages)
threlte - @threlte/[email protected]

Published by github-actions[bot] 11 months ago

Patch Changes

  • 3cc3fdcc: Removed bun types from @threlte/core tsconfig to fix useLoader type export (affects possibly other packages)
threlte - @threlte/[email protected]

Published by github-actions[bot] 11 months ago

Patch Changes

  • 3cc3fdcc: Removed bun types from @threlte/core tsconfig to fix useLoader type export (affects possibly other packages)
threlte - @threlte/[email protected]

Published by github-actions[bot] 11 months ago

Patch Changes

  • 3cc3fdcc: Removed bun types from @threlte/core tsconfig to fix useLoader type export (affects possibly other packages)
threlte - @threlte/[email protected]

Published by github-actions[bot] 11 months ago

Patch Changes

  • 3cc3fdcc: Removed bun types from @threlte/core tsconfig to fix useLoader type export (affects possibly other packages)
threlte - @threlte/[email protected]

Published by github-actions[bot] 11 months ago

Patch Changes

  • 8b62e472: useTexture release fix
  • ea50d08f: Fixed frame guards of <AnimatedSpriteMaterial>
threlte - @threlte/[email protected]

Published by github-actions[bot] 11 months ago

Patch Changes

  • 407640a8: hotfix: remove console import
threlte - @threlte/[email protected]

Published by github-actions[bot] 11 months ago

Major Changes

  • 33367cbf: @threlte/core ^7 is now required as useTask is used by default
threlte - @threlte/[email protected]

Published by github-actions[bot] 11 months ago

Patch Changes

  • 56b5fee5: Replace useFrame with useTask internally
threlte - @threlte/[email protected]

Published by github-actions[bot] 11 months ago

Patch Changes

  • fa8c1677: Added support for reverse animation direction in <AnimatedSpriteMaterial>
threlte - @threlte/[email protected]

Published by github-actions[bot] 11 months ago

Patch Changes

  • cc4085d2: Fixes a bug where calling useThrelte().shouldRender() resets the invalidation flags and makes it impossible to invoke more than once per frame.