{"id":18271206,"url":"https://github.com/cocos2d/cocos2d-iphone-extensions","last_synced_at":"2025-06-11T17:31:59.421Z","repository":{"id":1533172,"uuid":"1822027","full_name":"cocos2d/cocos2d-iphone-extensions","owner":"cocos2d","description":"3rd party extensions for cocos2d-iphone","archived":false,"fork":false,"pushed_at":"2013-01-15T22:51:26.000Z","size":146315,"stargazers_count":638,"open_issues_count":50,"forks_count":239,"subscribers_count":62,"default_branch":"master","last_synced_at":"2025-05-28T10:14:55.479Z","etag":null,"topics":[],"latest_commit_sha":null,"homepage":"http://www.cocos2d-iphone.org/forum/forum/17","language":"Objective-C","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/cocos2d.png","metadata":{"files":{"readme":"README.md","changelog":"CHANGELOG","contributing":null,"funding":null,"license":"LICENSE.cocos2d","code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":null,"support":null}},"created_at":"2011-05-30T15:37:32.000Z","updated_at":"2025-05-06T18:12:28.000Z","dependencies_parsed_at":"2022-07-18T16:52:59.691Z","dependency_job_id":null,"html_url":"https://github.com/cocos2d/cocos2d-iphone-extensions","commit_stats":null,"previous_names":[],"tags_count":6,"template":false,"template_full_name":null,"purl":"pkg:github/cocos2d/cocos2d-iphone-extensions","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/cocos2d%2Fcocos2d-iphone-extensions","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/cocos2d%2Fcocos2d-iphone-extensions/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/cocos2d%2Fcocos2d-iphone-extensions/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/cocos2d%2Fcocos2d-iphone-extensions/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/cocos2d","download_url":"https://codeload.github.com/cocos2d/cocos2d-iphone-extensions/tar.gz/refs/heads/master","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/cocos2d%2Fcocos2d-iphone-extensions/sbom","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":259308157,"owners_count":22837974,"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":[],"created_at":"2024-11-05T11:39:09.667Z","updated_at":"2025-06-11T17:31:59.396Z","avatar_url":"https://github.com/cocos2d.png","language":"Objective-C","funding_links":[],"categories":["etc"],"sub_categories":[],"readme":"Cocos2d Extensions\n=================\nThis repo is a collection of quality 3rd party extensions and additions for the Cocos2D-iPhone Engine.  \nEverything that doesn’t modify Cocos2D itself, while bringing new functionality can become a part of Cocos2D-iPhone-Extensions Repo: alternative versions of existing classes, additional categories, new nodes, actions, etc…  \n\nAll extensions are well documented,shipped with testcases and are compatible with latest stable Cocos2D-iPhone version.  \nWith rare exceptions, they are designed for both Mac \u0026 iOS.\n  \nAs well as Cocos2D, Cocos2D Extensions are licensed under the MIT License.\n\nCocos2D Extensions subforum: http://www.cocos2d-iphone.org/forum/forum/17  \n\nBuild \u0026 Runtime Requirements\n====================\n\n  * Mac OS X 10.6, Xcode 3.2.3 (or newer)\n  * iOS 3.0 or newer for iOS games\n  * Snow Leopard (v10.5) or newer for Mac games\n\nHow to get the source\n===================== \n\n```\n    git clone git@github.com:cocos2d/cocos2d-iphone-extensions.git\n    cd cocos2d-iphone-extensions\n\t\n\t# init cocos2d-iphone submodules in order to build \u0026 run the tests.\n    git submodule update --init\n\t\n\t# to get latest source from develop branch, use this command:\n\tgit checkout -t origin/develop\n```\n\nFiles \u0026 Folders\n=================\n* **cocos2d** - cocos2d-iphone 1.x submodule.\n* **cocos2d_2.x** - cocos2d-iphone 2.x submodule.\n* **Extensions** - folders with extensions sources, that can be inlcuded in your project.\n* **Tests** - sources \u0026 resources of Extensions demos.\n   * **SharedResources** - resources shared between all tests (icons, fps images, etc...)\n   * **SharedSources** - sources shared between all tests (appDelegates, pch's, etc...)\n* **cocos2d-extensions-ios.xcodeproj** - XCode Project containing all extensions and their demos/tests for iOS Platform.\n* **cocos2d-extensions-mac.xcodeproj** - XCode Project containing all extensions and their demos/tests for Mac OS X Platform.\n* **cocos2d_2.x-extensions-ios.xcodeproj** - same as **cocos2d-extensions-ios.xcodeproj**, but uses Cocos2D-iPhone 2.x ( stable tag in \"gles20\" branch )\n* **cocos2d_2.x-extensions-mac.xcodeproj** - same as **cocos2d-extensions-mac.xcodeproj**, but uses Cocos2D-iPhone 2.x ( stable tag in \"gles20\" branch )\n\nExtensions\n=================\n * [iOS/Mac] **CCMenuAdvanced** - CCMenu subclass with additional features: relativeAnchor, more align options, priority property, scrolling with swipe/trackpad/mousewheel\n * [iOS/Mac] **CCMenuItemSpriteIndependent** - CCMenuItemSprite Subclass, that doesnt add normal/selected/disabled images (sprites) as children. It retains them and delegates rect \u0026 convertToNodeSpace: methods to normalImage_. So it's possible to use CCSpriteBatchNode \u0026 add position sprites of menuItem anyway you want.\n * [iOS/Mac] **CCVideoPlayer** - Simple Video Player for Cocos2D apps.\n * [iOS/Mac] **CCBigImage** - Dynamic Tiled Node for holding Large Images.\n * [iOS/Mac] **CCSlider** - Little Slider Control to allow the user to set the music/sfx/etc level in the range of 0.0f to 1.0f.\n * [iOS/Mac] **CCSendMessages** - CCActionInstant subclass, that is more flexible than other CCActions that run functions. Can be used in many cases as blocks replacement. \n * [iOS/Mac] **CCScrollLayer** - CCLayer subclass that lets you pass-in an array of layers and it will then create a smooth scroller. Complete with the \"snapping\" effect.\n * [iOS/Mac] **FilesDownloader** - Downloader for a group of files with shared source path.\n * [iOS/Mac] **TMXGenerator** - Class that generates a single TMX map with multiple layers.\n * [iOS] **CCLayerPanZoom** - CCLayer subclass that can be scrolled and zoomed with one or two fingers (complete with rubber effect, two modes \u0026 ability to click through delegate).\n \n Video Overview and more Info can be found on the [Wiki](https://github.com/cocos2d/cocos2d-iphone-extensions/wiki \"Wiki\")   \n Detailed README for each extension is available in it's folder (i.e. Extensions/CCSlider/README.md).   \n On the GitHub it will be automatically shown under files list in the extension folder.\n \nBuilding \u0026 Running Tests\n=========================\nAgregate target \"BuildAllTests\" will build all extensions tests - just set it as active target and change only active executable  to choose the test.   \nExtension Test Template is used only as a template for new extensions test targets. It should not build, cause there's no ExtensionTest class implementation for this target.   \nSYNTHESIZE_EXTENSION_TEST() macro is used (only once in each extension test) to implement ExtensionTest class, that creates scene with default extension test layer.\n \nContributing\n================\nLooking for Roadmap or TODO's? Check the [issues](https://github.com/cocos2d/cocos2d-iphone-extensions/issues \"Issues\") page.  \nWant to share your own extension for cocos2d? Read this: [Adding-new-Extension](https://github.com/cocos2d/cocos2d-iphone-extensions/wiki/Adding-new-Extension)  \nKnow something that should be inlcuded in cocos2d-extensions-repo? Got problems and/or found a bug? [Create an Issue](https://github.com/cocos2d/cocos2d-iphone-extensions/issues/new \"New Issue\")\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fcocos2d%2Fcocos2d-iphone-extensions","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fcocos2d%2Fcocos2d-iphone-extensions","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fcocos2d%2Fcocos2d-iphone-extensions/lists"}