PhysicsLayout icon indicating copy to clipboard operation
PhysicsLayout copied to clipboard

Android layout that simulates physics using JBox2D

Results 14 PhysicsLayout issues
Sort by recently updated
recently updated
newest added

Thanks for this repo, I write a corresponding Jetpack Compose version. https://github.com/FunnySaltyFish/JetpackComposePhysicsLayout :)

Marked all Layout classes as `open` to be able to inherit from them.

Maybe I'm missing it, but there does not appear to be a way to create a PhysicsFrameLayout (or other layout) that's boundary is a circle. I'm looking to put circle...

i am Chinese ,Can you understand the title ?

Hi, Thanks for your great lib. Is there anyway to set `layout_fixedRotation` dynamically? I want to add an inflated view to `PhysicsRelativeLayout` in runtime, but i cannot set this feature...

Hello. I have imported your lib in my app and am using its 'statik' feature for drag & drop ImageViews. It is a great library, thank you :) My question...

I have a PhysicsLayout with physics enabled and have tried `Physics.setPhysicsConfig(view, null)` Is either possible?

I've experimented with a number of different ways to intercept the touch events, but I cannot seem to figure out how to enable fling when the PhysicsFrameLayout is in a...

the views get stuck on the corners of the bounds

Hello, I'm trying to use this physics layout, but I have found a problem when, in the main activity, I create a joint between two bodies. The joint is created...