{"id":19278004,"url":"https://github.com/deseteral/ponczek","last_synced_at":"2026-06-13T06:31:46.115Z","repository":{"id":65696209,"uuid":"583777646","full_name":"Deseteral/ponczek","owner":"Deseteral","description":"🍩 Deep-fried game framework with sweet filling","archived":false,"fork":false,"pushed_at":"2024-03-02T15:44:39.000Z","size":942,"stargazers_count":1,"open_issues_count":0,"forks_count":0,"subscribers_count":2,"default_branch":"main","last_synced_at":"2025-02-06T04:27:02.508Z","etag":null,"topics":["fantasy-console","game-development","game-framework"],"latest_commit_sha":null,"homepage":"https://deseteral.github.io/ponczek","language":"TypeScript","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/Deseteral.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}},"created_at":"2022-12-30T22:12:06.000Z","updated_at":"2023-10-18T08:26:08.000Z","dependencies_parsed_at":"2024-02-07T21:23:58.439Z","dependency_job_id":"61f998c4-2242-461a-a3e7-5456526c99d5","html_url":"https://github.com/Deseteral/ponczek","commit_stats":{"total_commits":274,"total_committers":1,"mean_commits":274.0,"dds":0.0,"last_synced_commit":"42deac184c0c1f8eef2b32bef66290b405354237"},"previous_names":[],"tags_count":5,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Deseteral%2Fponczek","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Deseteral%2Fponczek/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Deseteral%2Fponczek/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Deseteral%2Fponczek/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/Deseteral","download_url":"https://codeload.github.com/Deseteral/ponczek/tar.gz/refs/heads/main","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":240382919,"owners_count":19792721,"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":["fantasy-console","game-development","game-framework"],"created_at":"2024-11-09T21:07:35.408Z","updated_at":"2026-06-13T06:31:46.074Z","avatar_url":"https://github.com/Deseteral.png","language":"TypeScript","funding_links":[],"categories":[],"sub_categories":[],"readme":"# ponczek\n*Deep-fried game framework with sweet filling.*\n\n\u003cimg src=\"./resources/logo.svg\" alt=\"Project logo\" width=\"500\"\u003e\n\n## 🔋 Quickstart\n```sh\nnpm create ponczek-game\n```\n\n## 🤔 Why?\nI wanted something that would make it easier for me to create 2D games during game jams. This framework's design and future development reflects the type of games I like to make.\n\nI've made this for myself, but anyone is welcome to use it. Expect breaking changes though.\n\n## 👩‍💻 What it is?\n- Very opinionated\n- Software rendering\n- Easy to use with *fantasy console*-like API\n- Prioritizes performance over memory usage and bundle size\n- Tries really hard to avoid GC in game loop\n- Provides API that makes it easy to avoid GC in game loop\n- (almost) zero dependencies _*_\n- Easy to understand and extend code base\n\n_* Only uses minimal amount of high quality runtime dependencies that are in and of themselves no dependency libraries._\n\n## 🙅‍♀️ What it is not?\n- Not made for high fidelity games\n- Not a fully featured game engine\n- Does not support mobile\n\n## 🍩 Features\n*For example usage of these features check out the [demo page](https://deseteral.github.io/ponczek) and its [source](/examples).*\n\n- 2D software rendering\n  - Primitive shape rendering (lines, rectangles, circles)\n  - Drawing textures\n  - Drawing nine slices\n  - Drawing monospaced sprite fonts\n  - Color utilities\n  - *Fragment shader*-like effect system\n    - Custom effects support\n    - Built-in RGB filtering effect\n    - Built-in color replacement effect\n  - Camera\n  - Spritesheets\n  - Clipping\n  - Allows dropping to [browser's Canvas API](https://developer.mozilla.org/en-US/docs/Web/API/Canvas_API) for unsupported features\n- Simple sound effects player\n- Keyboard and mouse input system\n  - Supports binding\n- Math module\n  - Data structures and algorithms (Vector2, Rectangle)\n  - Random number generator\n  - Simplex noise generator\n  - A* pathfinding\n- GUI\n  - Grid component with keyboard navigation\n- Data structures\n  - Tilemap\n  - Priority queue (via [heapify](https://github.com/luciopaiva/heapify) package)\n- Asset loader\n- Scene manager\n  - Stack based\n  - Scene transition animation system\n- Data storage for save data (uses `localStorage`)\n- Timers\n- ImGui integration\n\nUses fantastic font [Monogram by datagoblin](https://datagoblin.itch.io/monogram) as a default font.\n\nWorks in every major browser.\n\n## 🏗️ Made using ponczek\n- [Cargo Trek](https://deseteral.itch.io/cargo-trek) ([source code](https://github.com/Deseteral/cargo-trek))\n\n## 🚧 Development\nInstall dependencies using `yarn`.\n\nYou can start examples project in watch mode using:\n```sh\nnpm run examples:dev\n```\n\nFor type checking in watch mode during development use:\n```sh\nnpm run test:type-check:watch\n```\n\n## 🪵 Changelog\nYou can read the project changelog [here](CHANGELOG.md).\n\n## 📝 License\nThis project is licensed under the [MIT license](LICENSE).\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fdeseteral%2Fponczek","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fdeseteral%2Fponczek","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fdeseteral%2Fponczek/lists"}