Skip to content

issues Search Results · repo:viblo/pymunk language:Python

Filter by

245 results
 (49 ms)

245 results

inviblo/pymunk (press backspace or delete to remove)

Quite often you iterate over the shapes of the space, or maybe you get a shape out from a arbiter, and then you need to fetch the body of the shape. In these cases you know for sure that the body is set, ...
  • viblo
  • 2
  • Opened 
    14 hours ago
  • #279

Garbage collecting the space a body was added to causes the body s _space proxy to die. But, the Body.space property does not catch or check whether the proxy is alive, unlike the Shape.space property. ...
  • aatle
  • 2
  • Opened 
    9 days ago
  • #278

I was setting collision_type of 0 for specific objects and not seeing expected results, because the CollisionHandler was triggering off of everything. I eventually discovered collision_type of 0 was on ...
  • Shaddyjr
  • 2
  • Opened 
    9 days ago
  • #277

Now that PyPi supports iOS and Android wheels (https://github.com/pypi/warehouse/pull/17559), is there a chance you could start publishing those too? As far as I can tell, pymunk should compile for those ...
  • marcpabst
  • 3
  • Opened 
    25 days ago
  • #276

Pymunk 7 is coming up with the potential for breaking changes, so I want to revisit this idea. The Space properties bodies, shapes, and constraints all return list copies of their data, which can be inefficient. ...
  • aatle
  • 17
  • Opened 
    on Feb 21
  • #275

A couple of improvement suggestions for Vec2d as pymunk 7 is coming up. 1. Feature request: Add Vec2d.__bool__, returns vec != (0.0, 0.0) or equivalently vec.length != 0.0. This is a breaking change. ...
  • aatle
  • 13
  • Opened 
    on Feb 21
  • #274

Problem: Almost all of the settable properties (such as Body.mass) are dynamically defined, so mypy doesn t recognize them. The properties get inferred to be of type Any (from the mixin), which is undesirable. ...
  • aatle
  • 1
  • Opened 
    on Feb 19
  • #272

Feature request: If for some reason a user needs to manually test if one shape may hit another, they will need to test their filters. But there is currently no built-in way to do that. The internal check ...
  • aatle
  • 2
  • Opened 
    on Feb 14
  • #271

Whenever I create a pymunk space in an interactive python replica and then quit out, the spacefree / shapefree methods error out when trying to log messages. The error appears to be from the logging._lock ...
  • chentoast
  • 4
  • Opened 
    on Feb 6
  • #270

Image Not sure how this error arose, but the pymunk\pyglet_util.py file has numerous errors in it that cause a fatal exception when attempting to use the pyglet_util module for drawing. The pyglet.shapes.Line ...
  • zouflain
  • 2
  • Opened 
    on Jan 18
  • #269
Issue origami icon

Learn how you can use GitHub Issues to plan and track your work.

Save views for sprints, backlogs, teams, or releases. Rank, sort, and filter issues to suit the occasion. The possibilities are endless.Learn more about GitHub Issues
ProTip! 
Press the
/
key to activate the search input again and adjust your query.
Issue origami icon

Learn how you can use GitHub Issues to plan and track your work.

Save views for sprints, backlogs, teams, or releases. Rank, sort, and filter issues to suit the occasion. The possibilities are endless.Learn more about GitHub Issues
ProTip! 
Press the
/
key to activate the search input again and adjust your query.
Issue search results · GitHub