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

Add general API to insert external images/sprite in draw order #859

Closed
badlogic opened this issue Mar 17, 2017 · 1 comment
Closed

Add general API to insert external images/sprite in draw order #859

badlogic opened this issue Mar 17, 2017 · 1 comment
Assignees

Comments

@badlogic
Copy link
Collaborator

Some runtimes provide a way to interlace images/sprites external to the skeleton with the skeleton's attachment and draw order. We need a generalized API to be implemented by runtimes to do this. It may not be part of the core runtime API, but should be similar enough between concrete runtime implementations.

@badlogic badlogic self-assigned this Mar 17, 2017
@NathanSweet NathanSweet changed the title [runtimes] Add general API to insert external images/sprite in draw order Add general API to insert external images/sprite in draw order Apr 10, 2019
@badlogic
Copy link
Collaborator Author

This is not possible in an engine/framework independent way. Most runtimes now have examples on how to achieve this, except SFML and SDL.

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

No branches or pull requests

2 participants