{"id":17842155,"url":"https://github.com/yangboz/petulant-octo-dubstep","last_synced_at":"2026-05-04T08:36:22.077Z","repository":{"id":16475494,"uuid":"19227762","full_name":"yangboz/petulant-octo-dubstep","owner":"yangboz","description":"Best practice on learning Cocos2d-x with CocoStudio.","archived":false,"fork":false,"pushed_at":"2014-08-29T08:46:19.000Z","size":661904,"stargazers_count":1,"open_issues_count":0,"forks_count":0,"subscribers_count":1,"default_branch":"master","last_synced_at":"2025-10-27T01:27:22.863Z","etag":null,"topics":["c","c-plus-plus","cocos2d","cocostudio","imagemagick","learning-cocos2d","linux"],"latest_commit_sha":null,"homepage":null,"language":"C++","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/yangboz.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":null,"funding":null,"license":"LICENSE","code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":null,"support":null}},"created_at":"2014-04-28T05:12:04.000Z","updated_at":"2021-06-25T21:59:17.000Z","dependencies_parsed_at":"2022-09-01T18:30:49.688Z","dependency_job_id":null,"html_url":"https://github.com/yangboz/petulant-octo-dubstep","commit_stats":null,"previous_names":[],"tags_count":0,"template":false,"template_full_name":null,"purl":"pkg:github/yangboz/petulant-octo-dubstep","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/yangboz%2Fpetulant-octo-dubstep","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/yangboz%2Fpetulant-octo-dubstep/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/yangboz%2Fpetulant-octo-dubstep/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/yangboz%2Fpetulant-octo-dubstep/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/yangboz","download_url":"https://codeload.github.com/yangboz/petulant-octo-dubstep/tar.gz/refs/heads/master","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/yangboz%2Fpetulant-octo-dubstep/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":286080680,"owners_count":32600964,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2026-05-03T22:12:39.696Z","status":"online","status_checked_at":"2026-05-04T02:00:06.625Z","response_time":58,"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":["c","c-plus-plus","cocos2d","cocostudio","imagemagick","learning-cocos2d","linux"],"created_at":"2024-10-27T21:10:03.245Z","updated_at":"2026-05-04T08:36:22.050Z","avatar_url":"https://github.com/yangboz.png","language":"C++","funding_links":[],"categories":[],"sub_categories":[],"readme":"petulant-octo-dubstep\n=====================\n\n##Cocos2d-X\n\nBest practice on learning Cocos2d-x with CocoStudio.\n\nHow to start a new project\n-----------------------\n\n1. Download the code from [cocos2d download site][4]\n2. Run `setup.py`\n3. Run the `cocos` script\n\nExample:\n\n    $ cd cocos2d-x\n    $ ./setup.py\n    $ source FILE_TO_SAVE_SYSTEM_VARIABLE\n    $ cocos new MyCocos2dxGame -p com.godpaper.game.cocos2dx -l cpp -d C:/Users/yangboz/git/petulant-octo-dubstep\n    $ cd C:/Users/yangboz/git/petulant-octo-dubstep/MyCocos2dxGame\n\n### Build and run new project for android ###\n\n    $ cocos run -p android -j 4\n\n### Build and run new project for iOS ###\n\n    $ cocos run -p ios\n    \n### Build and run new project for OSX ###\n\n    $ cocos run -p mac\n\n### Build and run new project for linux ###\n\nif you never run cocos2d-x on linux, you need to install all dependences by the\nscript in **cocos2d/build/install-deps-linux.sh**\n\n    $ cd cocos2d-x/build\n    $ ./install-deps-linux.sh\n\nThen\n\n    $ cd NEW_PROJECTS_DIR/MyGame\n    $ cocos run -p linux\n    \nRun\n\n    $ bin/MyGame\n\n### Build and run new project for win32 ###\n\n    $ cocos run -p win32\n    \n### VS2013 configurations ###\n\nhttp://blog.csdn.net/fansongy/article/details/18366275\n\nhttp://blog.csdn.net/marpools/article/details/18895129\n\n### Backlog\n\n1.Cocos2d-X UIComponents lack of mouse_over effect,less of customize skin support;\n\n2.Cocos2d-X/OpenCV using wstring,UTF8 character based file path will crash;\n\n3.Cocos2d-X loss of native desktop file drag and drop funnction support;\n\n...\n\n\n## MXML\n\n1.SDK:4.13.0 with TileList border width issue fix;\n\n2.AIR with desktop support extending to ImageMagick(convert.exe);\n\n## ImageMagick\n\nhttp://www.imagemagick.org/\n\n### CMD example ###\n\nconvert C:\\image.jpg -resize 333x500 -rotate 0 +repage 333x333+0+30 -crop 333x333+0+0 -background white -flatten C:\\image_output.jpg\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fyangboz%2Fpetulant-octo-dubstep","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fyangboz%2Fpetulant-octo-dubstep","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fyangboz%2Fpetulant-octo-dubstep/lists"}