Raf Galey
Raf Galey
[Video](https://www.veed.io/view/6c4d5583-5734-4460-ab49-5ecb18ffe4a6?sharingWidget=true&panel=share)
I'm using the circleRadius property to make circular bodies smaller. Are there similar properties for rectangles and polygons? Scaling is not suitable because there is a large load on the...
Please add an event for the body to come into view on the screen. An event when the body enters the visibility zone and when it leaves it. And please...
This is not enough for full-fledged graphics in games. And also make border of primitive on top of sprite. This is needed in my editor to highlight body when you...
I need to animate elements on the canvas to music. How can this be done using your library?
How to scale the world to get the effect of raising the camera above the world? I do this: `Composite.scale(engine.world, 0.01, 0.01, {x:0,y:0}, true)` but it doesn't work