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

Simple animations for movement #50

Open
bdjewkes opened this issue Aug 24, 2019 · 0 comments
Open

Simple animations for movement #50

bdjewkes opened this issue Aug 24, 2019 · 0 comments
Labels
help wanted Extra attention is needed

Comments

@bdjewkes
Copy link
Collaborator

A few people have expressed that movement is confusing on the client because it doesn't render interpolations between snapshots of the state.

I think that the simplest implementation of doing this would be to animate a linear interpolation ('lerp') over several frames of all entities whose positions have changed.

This will breakdown if we introduce types of movement that shouldn't be linear (like a teleport), but I think it'd be a good place to start.

@bdjewkes bdjewkes added the help wanted Extra attention is needed label Aug 24, 2019
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
help wanted Extra attention is needed
Projects
None yet
Development

No branches or pull requests

1 participant