question-mark
Stuck on an issue?

Lightrun Answers was designed to reduce the constant googling that comes with debugging 3rd party libraries. It collects links to all the places you might be looking at while hunting down a tough bug.

And, if you’re still stuck at the end, we’re happy to hop on a call to see how we can help out.

Proposal for V5: move interactionManager initialization into application

See original GitHub issue

After introduction of ticker and application a pair of things are still done the old way:

  1. interaction
  2. animation updates

Both of them should be related to stage through application, not through renderer._lastRenderedObject.

Application has to be scaffold that user can copy and that way make their own app with multiple stages, custom animations and other customized stuff.

Issue Analytics

  • State:closed
  • Created 6 years ago
  • Comments:12 (6 by maintainers)

github_iconTop GitHub Comments

1reaction
themoonratcommented, Nov 2, 2017

Slightly related; I don’t like how there is one shared ticker that is used for everything internally. If I want to pause the game, you could say just pause that shared ticker… but not only are sprites paused, but interaction movement is paused, base textures being uploaded via the prepare plugin get paused. At a simple level, you could have ‘system ticker’ and ‘visual ticker’ perhaps? Or allow the application class to let the user define which tickers are used for what?

0reactions
lock[bot]commented, Feb 24, 2020

This thread has been automatically locked since there has not been any recent activity after it was closed. Please open a new issue for related bugs.

Read more comments on GitHub >

github_iconTop Results From Across the Web

Proposal for V5: move interactionManager initialization into ... - GitHub
If I want to pause the game, you could say just pause that shared ticker... but not only are sprites paused, but interaction...
Read more >
InteractionManager - React Native
InteractionManager. InteractionManager allows long-running work to be scheduled after any interactions/animations have completed.
Read more >
SimCoach Proposal - JSTOR
SimCoach Proposal. This appendix contains the original proposal for the development of SimCoach, which the. SimCoach development team provided to the ...
Read more >
Cisco Unified Communications System Proposal
The RFP is intended to solicit product information and pricing data about IP. Telephony systems during the Fall 2007 time period.
Read more >
CMS Manual System - Pub 100-09 Medicare Contractor ...
Disclaimer for manual changes only: The revision date and transmittal number apply only to red italicized material.
Read more >

github_iconTop Related Medium Post

No results found

github_iconTop Related StackOverflow Question

No results found

github_iconTroubleshoot Live Code

Lightrun enables developers to add logs, metrics and snapshots to live code - no restarts or redeploys required.
Start Free

github_iconTop Related Reddit Thread

No results found

github_iconTop Related Hackernoon Post

No results found

github_iconTop Related Tweet

No results found

github_iconTop Related Dev.to Post

No results found

github_iconTop Related Hashnode Post

No results found