box2dx | Automatically exported from code.google.com/p/box2dx

 by   colgreen C# Version: Current License: No License

kandi X-RAY | box2dx Summary

kandi X-RAY | box2dx Summary

box2dx is a C# library. box2dx has no bugs, it has no vulnerabilities and it has low support. You can download it from GitHub.

Box2DX is a C# port of the C++ Box2D project. Box2DX was created by Ihar Kalasouski and originally hosted at Ihar stopped contributing to the project in October 2008 shortly after releasing version 2.0.1.3-r175. Later google code shutdown although the URL is still available at time of writing (2016-02-7) for exporting the source code. Ihar appears to have made a few commits after r175 marked with the comment "!!!Do not update to this revision, it has problems!!!". The export of the repository to this github repository contains those latest commits, therefore I have created a branch point from the last commit representing r175 (r175-stable), although it may not be exactly the right commit I think it's close enough to not have any significant differences from the r175 release. r175-stable will remain untouched. My next step was to create branch 'resurrect' from r175-stable and check out that new branch. I have then loaded the solution into Visual Studio 2015 Update 1, updated the target framework in each C# project file to .Net 4.0 and compiled. So far so good and the test project is working as expected.
Support
    Quality
      Security
        License
          Reuse

            kandi-support Support

              box2dx has a low active ecosystem.
              It has 18 star(s) with 7 fork(s). There are 3 watchers for this library.
              OutlinedDot
              It had no major release in the last 6 months.
              There are 16 open issues and 8 have been closed. There are no pull requests.
              It has a neutral sentiment in the developer community.
              The latest version of box2dx is current.

            kandi-Quality Quality

              box2dx has 0 bugs and 0 code smells.

            kandi-Security Security

              box2dx has no vulnerabilities reported, and its dependent libraries have no vulnerabilities reported.
              box2dx code analysis shows 0 unresolved vulnerabilities.
              There are 0 security hotspots that need review.

            kandi-License License

              box2dx does not have a standard license declared.
              Check the repository for any license declaration and review the terms closely.
              OutlinedDot
              Without a license, all rights are reserved, and you cannot use the library in your applications.

            kandi-Reuse Reuse

              box2dx releases are not available. You will need to build from source code and install.

            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 box2dx
            Get all kandi verified functions for this library.

            box2dx Key Features

            No Key Features are available at this moment for box2dx.

            box2dx Examples and Code Snippets

            No Code Snippets are available at this moment for box2dx.

            Community Discussions

            QUESTION

            Mask and Category Bits still allowing collision Box2d
            Asked 2021-Apr-08 at 14:45

            From my understanding, in Box2d, objects will collide with another object if the other object's category is in the mask.

            I have set up a really simple scene where I have a square that should fall through the floor. For testing purposes I have made it so the mask and the category are completely different on the square and floor like below

            ...

            ANSWER

            Answered 2021-Apr-08 at 14:45

            Turns out I hadn't set up a contact filter for the world. I think I just assumed it would do this by default.

            Adding the line world.SetContactFilter(new ContactFilter()); fixes the issue.

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

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

            Vulnerabilities

            No vulnerabilities reported

            Install box2dx

            You can download it from GitHub.

            Support

            For any new features, suggestions and bugs create an issue on GitHub. If you have any questions check and ask questions on community page Stack Overflow .
            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/colgreen/box2dx.git

          • CLI

            gh repo clone colgreen/box2dx

          • sshUrl

            git@github.com:colgreen/box2dx.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