{"id":21762631,"url":"https://github.com/dawee/pixon","last_synced_at":"2026-04-13T00:39:36.520Z","repository":{"id":145643927,"uuid":"90378393","full_name":"dawee/pixon","owner":"dawee","description":"Run Pixi.js games offline","archived":false,"fork":false,"pushed_at":"2017-05-05T13:32:48.000Z","size":3,"stargazers_count":0,"open_issues_count":0,"forks_count":0,"subscribers_count":1,"default_branch":"master","last_synced_at":"2025-07-09T23:35:58.775Z","etag":null,"topics":[],"latest_commit_sha":null,"homepage":"","language":"JavaScript","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":null,"status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/dawee.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":null,"funding":null,"license":null,"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":"2017-05-05T13:28:25.000Z","updated_at":"2017-05-06T08:07:54.000Z","dependencies_parsed_at":null,"dependency_job_id":"fe107a29-0a59-4884-8ab3-4acccbd10869","html_url":"https://github.com/dawee/pixon","commit_stats":null,"previous_names":[],"tags_count":0,"template":false,"template_full_name":null,"purl":"pkg:github/dawee/pixon","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/dawee%2Fpixon","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/dawee%2Fpixon/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/dawee%2Fpixon/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/dawee%2Fpixon/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/dawee","download_url":"https://codeload.github.com/dawee/pixon/tar.gz/refs/heads/master","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/dawee%2Fpixon/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":286080680,"owners_count":31735541,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2026-04-12T22:19:12.206Z","status":"ssl_error","status_checked_at":"2026-04-12T22:18:33.088Z","response_time":58,"last_error":"SSL_connect returned=1 errno=0 peeraddr=140.82.121.6:443 state=error: unexpected eof while reading","robots_txt_status":"success","robots_txt_updated_at":"2025-07-24T06:49:26.215Z","robots_txt_url":"https://github.com/robots.txt","online":false,"can_crawl_api":true,"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":[],"created_at":"2024-11-26T12:12:40.942Z","updated_at":"2026-04-13T00:39:36.482Z","avatar_url":"https://github.com/dawee.png","language":"JavaScript","funding_links":[],"categories":[],"sub_categories":[],"readme":"# Pixon\n\nRun Pixi.js games offline\n\n## Usage\n\nFirst install pixi.js and pixon\n\n```sh\nnpm install --save pixi.js pixon\n```\n\nFill your index.js with some Pixi.js code\n\n```js\nconst { Application, Sprite } = require('pixi.js');\n\n\nconst app = new Application(800, 600, { backgroundColor : 0x1099bb });\nconst bunny = Sprite.fromImage('assets/bunny.png');\n\n\nbunny.anchor.set(0.5);\nbunny.x = app.renderer.width / 2;\nbunny.y = app.renderer.height / 2;\n\napp.stage.addChild(bunny);\napp.ticker.add((delta) =\u003e bunny.rotation += 0.1 * delta);\n\nmodule.exports = app;\n```\n\nAdd **assets/bunny.png** in your project.\n\nAdd pixon in your start script :\n\n```json\n{\n  \"scripts\": {\n    \"start\": \"pixon\"\n  }\n}\n```\n\nThen, run :\n\n```sh\nnpm start\n```\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fdawee%2Fpixon","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fdawee%2Fpixon","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fdawee%2Fpixon/lists"}