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 pause functionality #38

Open
wants to merge 1 commit into
base: master
Choose a base branch
from
Open

Conversation

aklos
Copy link

@aklos aklos commented Dec 2, 2018

Just a little nice to have for performance reasons (like when the canvas is off-screen):

const sandbox = new GlslCanvas(canvas);

// Pause render update
sandbox.paused = true;

// Unpause render update
sandbox.paused = false;

@digitaljohn
Copy link
Contributor

This has been resolved?

@patriciogonzalezvivo
Copy link
Owner

Sorry for the delay. is this needed after @digitaljohn changes?

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

Successfully merging this pull request may close these issues.

None yet

3 participants