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

Need support for Electron #20

Closed
soimy opened this issue Jan 12, 2018 · 3 comments
Closed

Need support for Electron #20

soimy opened this issue Jan 12, 2018 · 3 comments

Comments

@soimy
Copy link

soimy commented Jan 12, 2018

Just managed to load PixiJS devtools inside Electron via https://xwartz.gitbooks.io/electron-gitbook/content/en/tutorial/devtools-extension.html
Panel shows but only Reconnect button appeared.
qq20180112-170532 2x

@bfanger
Copy link
Owner

bfanger commented Mar 4, 2018

Electron is not a supported platform.
But feel free to implement electron support and create a PR

@bfanger bfanger closed this as completed Mar 4, 2018
@blurymind
Copy link

Has this been implemented yet? I kind of want to add it to gdevelop's electron app, but am getting only the reconnect button like the screenshot

@jonlepage
Copy link

jonlepage commented Jul 2, 2020

just copy past the build somewhere in your projet . example inside plugins folder.
and inject in package "chromium-args": "--load extension='./plugins/pixi_devtools_0.9.3_0'",
And expose PIXI as global for dev mode
Work fine with nwjs on my side, electron should also work.
#49

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

4 participants