cocos2d-js | With any problems you might have , our communities | Game Engine library

 by   cocos2d C++ Version: Cocos2d-JS-v3.6.1 License: MIT

kandi X-RAY | cocos2d-js Summary

kandi X-RAY | cocos2d-js Summary

cocos2d-js is a C++ library typically used in Gaming, Game Engine, Firebase applications. cocos2d-js has no bugs, it has no vulnerabilities, it has a Permissive License and it has medium support. You can download it from GitHub.

Cocos2d-JS v3.0 uses Cocos2d-x 3.2 final as base of JSB solution. Cocos2d-JS v3.0 is compatible with Cocos Code IDE v1.0.0 RC2+. Cocos2d-JS v3.0 is compatible with Cocos Studio v1.2 - v2.0.
Support
    Quality
      Security
        License
          Reuse

            kandi-support Support

              cocos2d-js has a medium active ecosystem.
              It has 1822 star(s) with 498 fork(s). There are 169 watchers for this library.
              OutlinedDot
              It had no major release in the last 6 months.
              There are 271 open issues and 318 have been closed. On average issues are closed in 428 days. There are 9 open pull requests and 0 closed requests.
              It has a neutral sentiment in the developer community.
              The latest version of cocos2d-js is Cocos2d-JS-v3.6.1

            kandi-Quality Quality

              cocos2d-js has no bugs reported.

            kandi-Security Security

              cocos2d-js has no vulnerabilities reported, and its dependent libraries have no vulnerabilities reported.

            kandi-License License

              cocos2d-js is licensed under the MIT License. This license is Permissive.
              Permissive licenses have the least restrictions, and you can use them in most projects.

            kandi-Reuse Reuse

              cocos2d-js releases are not available. You will need to build from source code and install.
              Installation instructions are not available. Examples and code snippets are available.

            Top functions reviewed by kandi - BETA

            kandi's functional review helps you automatically verify the functionalities of the libraries and avoid rework.
            Currently covering the most popular Java, JavaScript and Python libraries. See a Sample of cocos2d-js
            Get all kandi verified functions for this library.

            cocos2d-js Key Features

            No Key Features are available at this moment for cocos2d-js.

            cocos2d-js Examples and Code Snippets

            No Code Snippets are available at this moment for cocos2d-js.

            Community Discussions

            Trending Discussions on cocos2d-js

            QUESTION

            Understanding ANR stack trace given by google play
            Asked 2019-Dec-16 at 06:19

            We recently developed a game using cocos2d-js (3.17.1) for android & getting more number of ANR's,I want to understand how we can easily understand the stack trace reported.

            I observed like some of the lines are bold & some of them are light gray why is that, each thread have some state, & some ANR's have warnings in yellow, but not getting which thread caused the problem.

            Searched on google, gone through lot of posts,google play android docs, its just gives a information about what is mean of ANR, (main thread got blocked) and how to handle / prevent from ANR's, doesn't exactly get how can I extract meaning from stack trace, how to go through stack trace, which thread exactly caused the problem.

            Full stack trace is here https://del.dog/unafalycej.txt

            Attaching a screenshot of ANR which we got most number of time (main thread & blockes thread).

            ANR title screenshot

            main thread screenshot

            blocked thread screenshot

            ...

            ANSWER

            Answered 2019-Dec-16 at 06:19

            With my experience ANRs are the most difficult to analyze, but below mentioned are some possible steps that I do RCA.

            1. Keep looking for a specific action after which you see the ANR, look for its API/method/onClick, try analyzing that code.

            2. Look at the logs for these specific method, are there any unnecessary calls in between, try profiling if possible.

            3. After a application experiences a ANR, android stores a at /data/anr/traces.txt. Try pulling this file and start analyzing it. Look for main thread, check its STATE and stacktrace. Refer this for details on traces file.

            4. Trying identifying threads with large jiffies. See their call stack as well.

            5. There also thread dump and systrace like feature which can be useful.

            Source https://stackoverflow.com/questions/59262366

            Community Discussions, Code Snippets contain sources that include Stack Exchange Network

            Vulnerabilities

            No vulnerabilities reported

            Install cocos2d-js

            You can download it from GitHub.

            Support

            [Getting Started with Cocos2d-JS](http://www.cocos2d-x.org/docs/manual/framework/html5/en).
            Find more information at:

            Find, review, and download reusable Libraries, Code Snippets, Cloud APIs from over 650 million Knowledge Items

            Find more libraries
            CLONE
          • HTTPS

            https://github.com/cocos2d/cocos2d-js.git

          • CLI

            gh repo clone cocos2d/cocos2d-js

          • sshUrl

            git@github.com:cocos2d/cocos2d-js.git

          • Stay Updated

            Subscribe to our newsletter for trending solutions and developer bootcamps

            Agree to Sign up and Terms & Conditions

            Share this Page

            share link

            Explore Related Topics

            Consider Popular Game Engine Libraries

            godot

            by godotengine

            phaser

            by photonstorm

            libgdx

            by libgdx

            aseprite

            by aseprite

            Babylon.js

            by BabylonJS

            Try Top Libraries by cocos2d

            cocos2d-x

            by cocos2dC++

            cocos2d-html5

            by cocos2dJavaScript

            cocos2d-x-samples

            by cocos2dPython

            creator_to_cocos2dx

            by cocos2dC++

            cocos2d-js-tests

            by cocos2dJavaScript