{"id":13445653,"url":"https://github.com/MassiveHeights/Black","last_synced_at":"2025-03-20T21:31:03.665Z","repository":{"id":96813514,"uuid":"85088784","full_name":"MassiveHeights/Black","owner":"MassiveHeights","description":"World's fastest HTML5 2D game engine   🛸","archived":false,"fork":false,"pushed_at":"2023-08-08T13:13:15.000Z","size":4562,"stargazers_count":207,"open_issues_count":5,"forks_count":24,"subscribers_count":17,"default_branch":"master","last_synced_at":"2024-05-13T03:22:12.018Z","etag":null,"topics":["2d","canvas","cross-platform","game-engine","gcc","html5","math","particles","spine","sprite","tween","webaudio"],"latest_commit_sha":null,"homepage":"http://blacksmith2d.io","language":"JavaScript","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"other","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/MassiveHeights.png","metadata":{"files":{"readme":"README.md","changelog":"CHANGELOG.md","contributing":null,"funding":null,"license":"LICENSE.md","code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":null,"support":null,"governance":null}},"created_at":"2017-03-15T15:25:00.000Z","updated_at":"2024-04-29T15:45:44.000Z","dependencies_parsed_at":"2023-10-14T23:33:00.493Z","dependency_job_id":null,"html_url":"https://github.com/MassiveHeights/Black","commit_stats":{"total_commits":679,"total_committers":10,"mean_commits":67.9,"dds":0.2533136966126657,"last_synced_commit":"e8f179f67c493aa749db1d92358268d0b333f292"},"previous_names":[],"tags_count":18,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/MassiveHeights%2FBlack","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/MassiveHeights%2FBlack/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/MassiveHeights%2FBlack/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/MassiveHeights%2FBlack/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/MassiveHeights","download_url":"https://codeload.github.com/MassiveHeights/Black/tar.gz/refs/heads/master","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":221807766,"owners_count":16883643,"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":["2d","canvas","cross-platform","game-engine","gcc","html5","math","particles","spine","sprite","tween","webaudio"],"created_at":"2024-07-31T05:00:37.417Z","updated_at":"2025-03-20T21:31:03.659Z","avatar_url":"https://github.com/MassiveHeights.png","language":"JavaScript","funding_links":[],"categories":["Libraries","JavaScript","game-engine","html5","Uncategorized"],"sub_categories":["Game engine","Uncategorized"],"readme":"\u003cbr /\u003e\u003cbr /\u003e\u003cbr /\u003e\r\n\u003cp align=\"center\"\u003e\r\n  \u003ca href=\"http://blacksmith2d.io\"\u003e\r\n    \u003cimg alt=\"Blacksmith 2D\" src=\"https://blacksmith2d.io/logo/black.svg\" width=\"200\" /\u003e\r\n  \u003c/a\u003e\r\n\u003c/p\u003e\r\n\u003cbr /\u003e\u003cbr /\u003e\u003cbr /\u003e\r\n\r\n# BLACKSMITH 2D\r\nBlack is a highly optimized 2D framework for web, mobile games, and playable ads.  \r\n\r\n**Most valuable when size matters**  \r\nAll engine code is written in ES6, fully [GCC](https://developers.google.com/closure/compiler/) typed, allowing to eliminate all dead code from your app. For example the size of [Donuts](http://blacksmith2d.io/Docs/Tutorials/Donuts-Blitz) game is only 34KB gzipped for both engine and game code (GCC version).\r\n\r\n**Advanced scene graph and rendering pipeline**  \r\nDirty flag tracks scene changes and avoids unnecessary calculations and context calls. If no changes were made to the scene since last frame, no rendering will be done. Battery efficient.\r\n\r\n**Cache as bitmap**  \r\nAutomatically detects changes and updates bitmap cache. Allows to gain even more performance on heavy scenes and runs smoothly on old devices.\r\n\r\nFor more information about how to use Black Engine, please check the [Blacksmith 2D](http://blacksmith2d.io/) website.\r\n\r\n## FEATURES\r\n✔️ [Extra lightweight](https://github.com/MassiveHeights/Black#size-and-performance-comparison)  \r\n✔️ [Display Resolution Awareness](https://blacksmith2d.io/Docs/Examples/Stage/Letterbox)  \r\n✔️ [Advanced Particle System](https://blacksmith2d.io/Docs/Examples/Particles/Vector-Field)  \r\n✔️ [Vector Graphics](https://blacksmith2d.io/Docs/Examples/Vector-Graphics/Vector-As-a-Sprite)  \r\n✔️ [Vector Graphics Baking](https://blacksmith2d.io/Docs/Examples/Vector-Graphics/Vector-As-a-Sprite)  \r\n✔️ [Smart Cache As Bitmap](https://blacksmith2d.io/Docs/Examples/Sprites/Cache-As-Bitmap)  \r\n✔️ [Tweens](https://blacksmith2d.io/Docs/Examples/Tweening/Chain)  \r\n✔️ [Message Dispatcher](https://blacksmith2d.io/Docs/Examples/Input/Layers)  \r\n✔️ [Sprite Animations](https://blacksmith2d.io/Docs/Examples/Sprites/Sprite-Animation)  \r\n✔️ [Asset Manager](https://blacksmith2d.io/Docs/Examples/Basics/Load-images-from-atlas)  \r\n✔️ [Advanced Font Rendering and font metrics](https://blacksmith2d.io/Docs/Examples/Text/Having-fun)  \r\n✔️ [Texture Atlas](https://blacksmith2d.io/Docs/Examples/Basics/Load-images-from-atlas)  \r\n✔️ [Input](https://blacksmith2d.io/Docs/Examples/Input/Pointer-Messages)  \r\n✔️ [Clipping Rectangle](https://blacksmith2d.io/Docs/Examples/Sprites/Clipping-Rectangle)  \r\n✔️ [Component System](https://blacksmith2d.io/Docs/Examples/Input/Drag-Sprite)  \r\n✔️ [Audio Support](https://blacksmith2d.io/Docs/Examples/Audio/Spatial-Sound)  \r\n✔️ [Audio Atlases](https://blacksmith2d.io/Docs/Examples/Audio/Sound-Atlas)  \r\n✔️ [Bitmap Fonts](https://blacksmith2d.io/Docs/Examples/Text/Bitmap-Font)  \r\n✔️ [Graphics](https://blacksmith2d.io/Docs/Examples/Graphics/Bezier)  \r\n✔️ [Battery Efficient](https://blacksmith2d.io/Docs/Examples/Drivers/Skip-Unchanged-Frames)  \r\n✔️ [Render Texture](https://blacksmith2d.io/Docs/Examples/Drivers/Render-Texture)  \r\n✔️ [Arcade Physics](https://blacksmith2d.io/Docs/Examples/Arcade-Physics/Mario)  \r\n✔️ [Texture Wrap and Repeat](https://blacksmith2d.io/Docs/Examples/Sprites/Texture-Repeat)  \r\n✔️ [Nine slice grid](https://blacksmith2d.io/Docs/Examples/Sprites/Slice-9-Grid)  \r\n✔️ GCC Ready  \r\n\r\n## GETTING STARTED\r\nThe easiest way to start using Black Engine is by downloading ready-up game template:\r\n```\r\ngit clone https://github.com/MassiveHeights/Black-Template\r\ncd Black-Template\r\nnpm install\r\nnpm start\r\n```\r\nThen open `http://127.0.0.1:3000` in browser!\r\n\r\n## SUPPORT\r\nFeel free to chat with developers directly on [Facebook](https://www.facebook.com/Blacksmith2D/), [Discord](https://discord.gg/HWzzCcy) or [Telegram](https://t.me/joinchat/FOkhwRDEhoxI3cNDBdi6fQ). Have other questions? Feel free to contact support by \u003ca href=\"mailto:support@blacksmith2d.io?subject=Hello\"\u003eemail\u003c/a\u003e.\r\nRemember to check [Documentation](http://blacksmith2d.io/Docs/) before asking questions.\r\n\r\n## CONTRIBUTING TO BLACK ENGINE\r\nWritten something cool using Black Engine? Please tell us about it via \u003ca href=\"mailto:support@blacksmith2d.io?subject=Hello\"\u003eemail\u003c/a\u003e.  \r\nFound a bug or issue — post them on [Issues](https://github.com/MassiveHeights/Black/issues) page.\r\n\r\n## QUICK LINKS\r\n[Getting Started](http://blacksmith2d.io/Docs/Tutorials/Getting-Started) —\r\n[Examples](http://blacksmith2d.io/Docs/Examples) —\r\n[Game Template](http://github.com/MassiveHeights/Black-Template) —\r\n[EULA](https://github.com/MassiveHeights/Black/blob/master/LICENSE.md) \r\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2FMassiveHeights%2FBlack","html_url":"https://awesome.ecosyste.ms/projects/github.com%2FMassiveHeights%2FBlack","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2FMassiveHeights%2FBlack/lists"}