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

Core 2D draw loop #10

Open
heavyimage opened this issue Apr 23, 2018 · 0 comments
Open

Core 2D draw loop #10

heavyimage opened this issue Apr 23, 2018 · 0 comments
Labels
Architecture JS boilerplate? Design? Any sort of high level thing.
Projects
Milestone

Comments

@heavyimage
Copy link
Collaborator

The heart of the 2d aspects of our application is the main "runloop" which does the following:

  • Draw image slider on bottom of interface (allowing choice of other slices)
  • Get current slice selection and find / display all linked images w/ applied xforms (for 1.0 will just be one image)
  • Apply any slice onion skinning
  • Draw any visible shapes based on the color of their type
  • Apply any shape onion skinning
@heavyimage heavyimage added the Architecture JS boilerplate? Design? Any sort of high level thing. label Apr 23, 2018
@heavyimage heavyimage added this to the 1.0 milestone Apr 23, 2018
@heavyimage heavyimage added this to To Do in Gooper Apr 23, 2018
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Architecture JS boilerplate? Design? Any sort of high level thing.
Projects
Gooper
  
To Do
Development

No branches or pull requests

1 participant