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

Release canvas? #14

Open
lmeyerov opened this issue Jul 30, 2014 · 2 comments
Open

Release canvas? #14

lmeyerov opened this issue Jul 30, 2014 · 2 comments

Comments

@lmeyerov
Copy link

Is there a way to stop/remove a canvas/document/window without closing the node process? I didn't find anything in Document, Canvas, nor Context. We're slowly accumulating dead windows :)

@lmeyerov
Copy link
Author

Quick update: we might be able to programmatically fire a quit event, but that leads to a process.exit() rather than killing just the instance.

@mikeseven
Copy link
Owner

The window is controlled by glfw. So in theory it should be possible to
close it, have multiple windows, use multiple monitors etc.
I haven't look at this use case.

-- mike
On Jul 29, 2014 8:51 PM, "lmeyerov" notifications@github.com wrote:

Is there a way to stop/remove a canvas/document/window without closing the
node process? I didn't find anything in Document, Canvas, nor Context.
We're slowly accumulating dead windows :)


Reply to this email directly or view it on GitHub
#14.

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

No branches or pull requests

2 participants