Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

feat: add sprite animator component #1455

Merged
merged 7 commits into from
May 24, 2023

Conversation

netgfx
Copy link
Contributor

@netgfx netgfx commented May 20, 2023

Why

Added a Sprite animator component that is extends the default Three Sprite to allow the playback of sprite-sheets, either image only ones or JSON-Array / JSON-Hash ones. https://gamedev.stackexchange.com/a/116000

What

Created a component that enhances the default Three Sprite element by parsing the texture image and/or the accompanied JSON file in order to create a series of standalone frames. Those frames are used as a cutoff texture on the Sprite which they progress through useFrame and thus creating the animation.

By using JSON enhanced spritesheets the user can include multiple animations (e.g. Idle, Walk, Run) on the same spritesheet, and control which one is the component currently playing. The playback can change on runtime so it is possible to create a whole character animation set with only one SpriteAnimator component and a single spritesheet image.

The component also includes a number of utility event callbacks (onStart, onEnd, onFrame) and properties to fine tune the playback and give more control over the animation and its states.

Checklist

  • [x ] Documentation updated
  • [ x] Ready to be merged

I have included a Codesandbox link that showcases image only spritesheet and JSON enhanced spritesheet as well as interaction with the sprite and alternation of sprite frames set.

@vercel
Copy link

vercel bot commented May 20, 2023

The latest updates on your projects. Learn more about Vercel for Git ↗︎

Name Status Preview Comments Updated (UTC)
drei ✅ Ready (Inspect) Visit Preview 💬 Add feedback May 24, 2023 9:50am

@codesandbox-ci
Copy link

codesandbox-ci bot commented May 20, 2023

This pull request is automatically built and testable in CodeSandbox.

To see build info of the built libraries, click here or the icon next to each commit SHA.

Latest deployment of this branch, based on commit 2064036:

Sandbox Source
festive-williams-ii397j Configuration
Ground reflections and video textures Configuration
arc-x-pmndrs-colors Configuration

@drcmda drcmda merged commit 2650acf into pmndrs:master May 24, 2023
3 checks passed
@github-actions
Copy link

🎉 This PR is included in version 9.69.0 🎉

The release is available on:

Your semantic-release bot 📦🚀

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

2 participants