Git Product home page Git Product logo

Comments (5)

aismann avatar aismann commented on June 17, 2024 1

How can static bodies colide?
Better using kinematic bodies

And maybe read this also
http://chipmunk-physics.net/release/ChipmunkLatest-Docs/#cpSpace-SpatialIndexing

from chipmunk2d.

OTube avatar OTube commented on June 17, 2024

Hello example also doesnt work.
Time is 0.00. ballBody is at ( 0.00, 15.00). It's velocity is ( 0.00, 0.00)
Time is 0.02. ballBody is at ( 0.00, 15.00). It's velocity is ( 0.00, -1.67)
Time is 0.03. ballBody is at ( 0.00, 14.97). It's velocity is ( 0.00, -3.33)
Time is 0.05. ballBody is at ( 0.00, 14.92). It's velocity is ( 0.00, -5.00)
Time is 0.07. ballBody is at ( 0.00, 14.83). It's velocity is ( 0.00, -6.67)
Time is 0.08. ballBody is at ( 0.00, 14.72). It's velocity is ( 0.00, -8.33)
Time is 0.10. ballBody is at ( 0.00, 14.58). It's velocity is ( 0.00, -10.00)
Time is 0.12. ballBody is at ( 0.00, 14.42). It's velocity is ( 0.00, -11.67)
Time is 0.13. ballBody is at ( 0.00, 14.22). It's velocity is ( 0.00, -13.33)
Time is 0.15. ballBody is at ( 0.00, 14.00). It's velocity is ( 0.00, -15.00)
Time is 0.17. ballBody is at ( 0.00, 13.75). It's velocity is ( 0.00, -16.67)
Time is 0.18. ballBody is at ( 0.00, 13.47). It's velocity is ( 0.00, -18.33)
Time is 0.20. ballBody is at ( 0.00, 13.17). It's velocity is ( 0.00, -20.00)
Time is 0.22. ballBody is at ( 0.00, 12.83). It's velocity is ( 0.00, -21.67)
Time is 0.23. ballBody is at ( 0.00, 12.47). It's velocity is ( 0.00, -23.33)
Time is 0.25. ballBody is at ( 0.00, 12.08). It's velocity is ( 0.00, -25.00)
Time is 0.27. ballBody is at ( 0.00, 11.67). It's velocity is ( 0.00, -26.67)
Time is 0.28. ballBody is at ( 0.00, 11.22). It's velocity is ( 0.00, -28.33)
Time is 0.30. ballBody is at ( 0.00, 10.75). It's velocity is ( 0.00, -30.00)
Time is 0.32. ballBody is at ( 0.00, 10.25). It's velocity is ( 0.00, -31.67)
Time is 0.33. ballBody is at ( 0.00, 9.72). It's velocity is ( 0.00, -33.33)
Time is 0.35. ballBody is at ( 0.00, 9.17). It's velocity is ( 0.00, -35.00)
Time is 0.37. ballBody is at ( 0.00, 8.58). It's velocity is ( 0.00, -36.67)
Time is 0.38. ballBody is at ( 0.00, 7.97). It's velocity is ( 0.00, -38.33)
Time is 0.40. ballBody is at ( 0.00, 7.33). It's velocity is ( 0.00, -40.00)
Time is 0.42. ballBody is at ( 0.00, 6.67). It's velocity is ( 0.00, -41.67)
Time is 0.43. ballBody is at ( 0.00, 5.97). It's velocity is ( 0.00, -43.33)
Time is 0.45. ballBody is at ( 0.00, 5.25). It's velocity is ( 0.00, -45.00)
Time is 0.47. ballBody is at ( 0.00, 4.50). It's velocity is ( 7.32, -1.83)
crush

from chipmunk2d.

OTube avatar OTube commented on June 17, 2024

@aismann Thank You for the feedback! I found similiar issue at #233. I use gcc 13 in arch linux too.

from chipmunk2d.

slembcke avatar slembcke commented on June 17, 2024

Aurgh! Yeah. I was going to ask if you are using GCC 13. I still haven't had the time to fully track this down. :( You can bypass the issue by disabling object sleeping for now. space->sleepTimeThreshold = INFINITY

from chipmunk2d.

slembcke avatar slembcke commented on June 17, 2024

Duplicate of #233. Follow that issue for more information.

from chipmunk2d.

Related Issues (20)

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.