{"id":18059277,"url":"https://github.com/flo-bit/pixi-scaffold","last_synced_at":"2025-10-13T14:35:34.329Z","repository":{"id":173999926,"uuid":"588745903","full_name":"flo-bit/pixi-scaffold","owner":"flo-bit","description":"basic pixi.js scaffold for quick testing/demoing","archived":false,"fork":false,"pushed_at":"2023-02-15T17:00:37.000Z","size":45,"stargazers_count":2,"open_issues_count":0,"forks_count":0,"subscribers_count":1,"default_branch":"main","last_synced_at":"2025-10-04T23:42:09.303Z","etag":null,"topics":["javascript","pixijs","scaffold"],"latest_commit_sha":null,"homepage":"https://flo-bit.github.io/pixi-scaffold/","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/flo-bit.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":"2023-01-13T22:15:34.000Z","updated_at":"2023-02-04T15:13:10.000Z","dependencies_parsed_at":null,"dependency_job_id":"2f787486-05fa-44bb-b3d1-2ff5b5fc5d20","html_url":"https://github.com/flo-bit/pixi-scaffold","commit_stats":null,"previous_names":["flo-bit/pixi-scaffold"],"tags_count":0,"template":false,"template_full_name":null,"purl":"pkg:github/flo-bit/pixi-scaffold","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/flo-bit%2Fpixi-scaffold","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/flo-bit%2Fpixi-scaffold/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/flo-bit%2Fpixi-scaffold/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/flo-bit%2Fpixi-scaffold/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/flo-bit","download_url":"https://codeload.github.com/flo-bit/pixi-scaffold/tar.gz/refs/heads/main","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/flo-bit%2Fpixi-scaffold/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":279015739,"owners_count":26085748,"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","status":"online","status_checked_at":"2025-10-13T02:00:06.723Z","response_time":61,"last_error":null,"robots_txt_status":"success","robots_txt_updated_at":"2025-07-24T06:49:26.215Z","robots_txt_url":"https://github.com/robots.txt","online":true,"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":["javascript","pixijs","scaffold"],"created_at":"2024-10-31T03:10:47.545Z","updated_at":"2025-10-13T14:35:34.312Z","avatar_url":"https://github.com/flo-bit.png","language":"JavaScript","funding_links":[],"categories":[],"sub_categories":[],"readme":"# PIXI scaffold\n\nThis is a scaffold for PIXI.js projects.\n\nincludes:\n\n- automatic resizing of root container (fixed size) and canvas to window size\n- keydown and keyup events\n- setup and update functions\n\nsee [flo-bit.github.io/pixi-scaffold/](https://flo-bit.github.io/pixi-scaffold/) for a simple example.\n\n## Usage\n\n- import the `pixi-scaffold` module\n\n```js\nimport PixiScaffold from \"https://flo-bit.github.io/pixi-scaffold/pixi-scaffold.js\";\n```\n\n- make a game class with a `setup` and `update` function\n\n```js\nclass Game {\n  setup(app) {\n    // setup your game here\n  }\n  update(delta, total, app) {\n    // update your game here\n  }\n}\n```\n\n- call `PixiScaffold.run` and pass an instance of your game class\n\n```js\nPixiScaffold.run(new Game());\n```\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fflo-bit%2Fpixi-scaffold","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fflo-bit%2Fpixi-scaffold","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fflo-bit%2Fpixi-scaffold/lists"}