{"id":29409998,"url":"https://github.com/projectitis/sizzle","last_synced_at":"2025-07-21T15:02:15.469Z","repository":{"id":189053733,"uuid":"627281564","full_name":"projectitis/sizzle","owner":"projectitis","description":"Bitmap/pixel game engine based on Flame","archived":false,"fork":false,"pushed_at":"2025-05-17T23:28:57.000Z","size":886,"stargazers_count":7,"open_issues_count":17,"forks_count":1,"subscribers_count":4,"default_branch":"main","last_synced_at":"2025-05-18T00:23:24.028Z","etag":null,"topics":["dart","flame","flutter","game","pixelart"],"latest_commit_sha":null,"homepage":"","language":"Dart","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"mit","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/projectitis.png","metadata":{"files":{"readme":"README.md","changelog":"CHANGELOG.md","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,"zenodo":null}},"created_at":"2023-04-13T06:32:48.000Z","updated_at":"2025-05-17T23:28:56.000Z","dependencies_parsed_at":null,"dependency_job_id":"35909726-5f3c-49bb-9fae-a793dfe588fa","html_url":"https://github.com/projectitis/sizzle","commit_stats":null,"previous_names":["projectitis/sizzle"],"tags_count":1,"template":false,"template_full_name":null,"purl":"pkg:github/projectitis/sizzle","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/projectitis%2Fsizzle","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/projectitis%2Fsizzle/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/projectitis%2Fsizzle/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/projectitis%2Fsizzle/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/projectitis","download_url":"https://codeload.github.com/projectitis/sizzle/tar.gz/refs/heads/main","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/projectitis%2Fsizzle/sbom","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":264734886,"owners_count":23655760,"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":["dart","flame","flutter","game","pixelart"],"created_at":"2025-07-11T05:05:38.595Z","updated_at":"2025-07-21T15:02:15.436Z","avatar_url":"https://github.com/projectitis.png","language":"Dart","funding_links":[],"categories":[],"sub_categories":[],"readme":"![sizzle](sizzle-logo.png \"sizzle\")\n\n\n# Sizzle\n\n**A bitmap/pixel game engine based on Flame**\n\n\u003c!--\u003ca title=\"Pub\" href=\"https://pub.dev/packages/sizzle\"\u003e\n\u003cimg src=\"https://img.shields.io/badge/pub-v0.1-blue\"/\u003e\u003c/a\u003e--\u003e\n\n```{warn}\nThis package is in alpha and not yet production ready. Use at own risk!\n```\n\nThis package takes all the hard work out of making a perfect pixel-art game. It's compatible with\nother Flame features, so you can make use of audio, bloc, forge2d etc. The maintainers of this\npackage also regularly contribute to Flame itself.\n\n\n## Features\n\n- Set target canvas size, and sizzle will scale and letterbox the game for you\n- Either use smooth movement, or snap to pixels\n- Compact animated sprite format (PlySprite) and exporter from Aseprite\n- Speech bubble dialog system based on yarn spinner (jenny)\n- Persist game state (saves to local device)\n- Central management of asset loading, saving and caching\n\n\n## Documentation\n\n[Documentation](/docs/index.md) can be found in the docs folder.\n\n\n## Getting started\n\n- Add `sizzle` using `dart pub add sizzle`\n\n\n## Usage\n\nFor a full example, see [examples](/example/).\n\n```dart\nimport 'package:flutter/material.dart';\nimport 'package:sizzle/sizzle.dart';\n\nvoid main() {\n  final game = SizzleGame(\n    scene: ExampleScene.create,\n    targetSize: Vector2(320, 240),\n  );\n\n  runApp(GameWidget(game: game));\n}\n\nclass ExampleScene extends Scene {\n  static Component create() =\u003e ExampleScene();\n}\n```\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fprojectitis%2Fsizzle","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fprojectitis%2Fsizzle","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fprojectitis%2Fsizzle/lists"}