0.2.4 ā€¢ Published 1 year ago

@oasis-engine/spine v0.2.4

Weekly downloads
-
License
-
Repository
-
Last release
1 year ago

Oasis Engine spine runtime

Jun-12-2021 18-37-22.gif

npm.io npm.io npm.io


Spine runtime for oasis engine.

Usage

import { SpineAnimation } from '@oasis-engine/spine';

// init oasis
addSpine();

async function addSpine() {
	const spineEntity = await engine.resourceManager.load(
    {
      url: 'https://gw.alipayobjects.com/os/OasisHub/a66ef194-6bc8-4325-9a59-6ea9097225b1/1620888427489.json',
      type: 'spine',
    },
  );
  rootEntity.addChild(spineEntity);
  const spineAnimation = spineEntity.getComponent(SpineAnimation);
  spineAnimation.state.setAnimation(0, 'walk', true);
}

npm

npm install @oasis-engine/spine

Version

oasis-engine v0.8 & @oasis-engine/spine this branch latest npm.

Feature

  • Simple in usage
  • High performance.
  • Intergrated oasis-engine rendering engine.
  • Component based API.

Contributing

Everyone is welcome to join us! Whether you find a bug, have a great feature request or you fancy owning a task from the road map feel free to get in touch. ā€‹

Make sure to read the Contributing Guide before submitting changes.

Links

License

The Oasis Engine is released under the MIT license. See LICENSE file.

0.2.4

1 year ago

0.2.3

1 year ago

0.2.2-alpha.4

2 years ago

0.2.2-alpha.0

2 years ago

0.2.2-alpha.1

2 years ago

0.2.2-alpha.2

2 years ago

0.2.2-alpha.3

2 years ago

0.2.1-alpha.0

2 years ago

0.2.1

3 years ago

0.2.0-alpha.6

3 years ago

0.2.0-alpha.5

3 years ago

0.2.0

3 years ago

0.2.0-alpha.4

3 years ago

0.2.0-alpha.2

3 years ago

0.2.0-alpha.3

3 years ago

0.2.0-alpha.1

3 years ago

0.2.0-alpha.0

3 years ago

0.0.4

3 years ago

0.0.2-alpha.0

3 years ago

0.0.3

3 years ago

0.0.2-alpha.1

3 years ago

0.0.1

3 years ago

0.0.2

3 years ago

0.0.0-beta.6

3 years ago

0.0.0-beta.5

3 years ago

0.0.0-beta.4

3 years ago

0.0.0-beta.3

3 years ago

0.0.0-beta.2

3 years ago

0.0.0-beta.1

3 years ago

0.0.0-beta.0

3 years ago