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
go version
1.9
Played with the exp/sprite package
A mechanism for taking a point (e.g., from touch.Event) and identifying a sprite or list of sprites which contain that point.
No mention of such a thing in the documentation or code. Seems like 50% of the functionality of a sprite engine?
The text was updated successfully, but these errors were encountered:
https://www2.eecs.berkeley.edu/Research/Projects/CS/sprite/sprite.html
I wonder if that's where they got the name for the Sprite Operating System.
Sorry, something went wrong.
No branches or pull requests
What version of Go are you using (
go version
)?1.9
What did you do?
Played with the exp/sprite package
What did you expect to see?
A mechanism for taking a point (e.g., from touch.Event) and identifying a sprite or list of sprites which contain that point.
What did you see instead?
No mention of such a thing in the documentation or code. Seems like 50% of the functionality of a sprite engine?
The text was updated successfully, but these errors were encountered: