{"id":14964100,"url":"https://github.com/matsmaker/pixijs-remote-helper","last_synced_at":"2025-10-25T14:38:37.667Z","repository":{"id":37183906,"uuid":"151731753","full_name":"MatsMaker/pixijs-remote-helper","owner":"MatsMaker","description":null,"archived":false,"fork":false,"pushed_at":"2023-03-05T18:24:56.000Z","size":5867,"stargazers_count":11,"open_issues_count":28,"forks_count":0,"subscribers_count":2,"default_branch":"master","last_synced_at":"2025-05-22T09:19:40.382Z","etag":null,"topics":["debug","debugger","debugging","debugging-tool","developer-tools","developertools","game-development","mixins","phaser","phaserjs","pixi","pixijs","tools"],"latest_commit_sha":null,"homepage":null,"language":"JavaScript","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"gpl-3.0","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/MatsMaker.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":null,"funding":null,"license":"LICENSE","code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":null,"support":null,"governance":null,"roadmap":null,"authors":null,"dei":null,"publiccode":null,"codemeta":null}},"created_at":"2018-10-05T14:19:27.000Z","updated_at":"2024-05-29T11:26:01.000Z","dependencies_parsed_at":"2024-08-22T15:52:04.753Z","dependency_job_id":null,"html_url":"https://github.com/MatsMaker/pixijs-remote-helper","commit_stats":{"total_commits":74,"total_committers":4,"mean_commits":18.5,"dds":0.6351351351351351,"last_synced_commit":"dae19182457c9e0379b9a89a5ee29e0b596e5168"},"previous_names":[],"tags_count":2,"template":false,"template_full_name":null,"purl":"pkg:github/MatsMaker/pixijs-remote-helper","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/MatsMaker%2Fpixijs-remote-helper","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/MatsMaker%2Fpixijs-remote-helper/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/MatsMaker%2Fpixijs-remote-helper/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/MatsMaker%2Fpixijs-remote-helper/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/MatsMaker","download_url":"https://codeload.github.com/MatsMaker/pixijs-remote-helper/tar.gz/refs/heads/master","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/MatsMaker%2Fpixijs-remote-helper/sbom","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":260089797,"owners_count":22957150,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2022-07-04T15:15:14.044Z","host_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub","repositories_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories","repository_names_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repository_names","owners_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners"}},"keywords":["debug","debugger","debugging","debugging-tool","developer-tools","developertools","game-development","mixins","phaser","phaserjs","pixi","pixijs","tools"],"created_at":"2024-09-24T13:32:34.624Z","updated_at":"2025-10-25T14:38:32.637Z","avatar_url":"https://github.com/MatsMaker.png","language":"JavaScript","funding_links":[],"categories":[],"sub_categories":[],"readme":"# Pixijs remote helper\n\nTools for remote inspecting pixijs application\n\n\n![alt tag](preview.png)\n\n\n# How use\n\n**First time need do:**\n\n1. *Install ways*:\n - Install from npm\n```bush\nnpm install -g pixijs-remote-helper\n```\n  - Clone this repository\n```bush\n$cd ./pixijs-remote-helper\n$npm run build\n$npm i -g ../pixijs-remote-helper\n```\n\n2. Add mixin(./mixin build/main.bundle.js) script to pixijs app page where need debugging\n\n3. Run app from terminal\n```\n$pixihelper\n```\n\n4. Then open client page on http://localhost:3000/main.html for debuggin\n\n## Options:\n\n### You can change __CLIENT PORT__ page:\nBy default it is 3000 port\n```bush\n$POSRT=8080 pixihelper // then open client page on http://localhost:8080/main.html address\n```\n\n### Also you can change __SOCKET PORT__: \nBy default it is 3010:\n\n1. Run *server sockets* on new port\n```bush\n$SOCKET_PORT=3090 pixihelper\n```\n\n2. Connect mixin on new socket port\nbefore add *mixin script* on page define __PIXI_HELPER_PROXY_HOST='http://localhost:3090'__ then add mixin script on page. __OR__ define in __localStorage__ 'pixiHelperProxyHost' variable then reload page with mixin\n\n**For example: you can to run mixin example client use**\n```bush\n$npm run mixin:dev\n```\nThen open http://localhost:3080/mixin5v.html page with pixijs app\n\n# For development start web application\n\nYou must have installed node.js then, clone this repo and next:\n\n    npm i\n\n    // run example pixi.js app\n    npm run mixin:dev \n\n    // run application\n    npm run web:dev\n\n    // run middle server\n    npm run server:dev\n\n\nThen open http://localhost:8080/app.html for open web client\nand open http://localhost:3080/mixin4v.html or http://localhost:3080/mixin5v.html  for open mixin examle.\n\n# For development start electron application\n\nYou must have installed node.js then, clone this repo and next:\n\n    npm i\n\n    // run example pixi.js app\n    npm run mixin:dev \n\n    // run watcher of web client witch is integrated in application\n    npm run client:dev \n\n    // run electron application\n    npm run app:dev\n\n\nThen opened electron app\nand open http://localhost:3080/mixin4v.html or http://localhost:3080/mixin5v.html  for open mixin example.\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fmatsmaker%2Fpixijs-remote-helper","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fmatsmaker%2Fpixijs-remote-helper","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fmatsmaker%2Fpixijs-remote-helper/lists"}