Ruslan Muhlinin

Results 21 comments of Ruslan Muhlinin

Thanks, @bjorn now I see it. `BeginContact`/`EndContact` are called within the `step()` call. But the problem you are talking about is still not clear for me. Can you give me...

It's really mpressive! Since it's based on Box2D I hope it will be easy to adapt it to qml-box2d (will it still qml-box2d? :) ) But first we have to...

@vmatikainen it's very interesting. Some time ago I also tried to do that but stuck in visualization. It would be great to test your patch.

Good work, @vmatikainen. I've compiled your patch and also tested `wavemachine` example. I see a bit confusing me changes in `Box2DWorld`. What, for example, was a reason to change parent...

Small test file describes what I'm talking about and so test it without/with the patch ``` javascript import QtQuick 2.4 import QtQuick.Window 2.2 import Box2D 2.0 Window { visible: true...

Well, now it already doesn't work as expected. I've just tried to create small game to show all the possibilities of the plugin and that was a problem that I...

Yes, but sometimes parent offset is unknown, for example when target sits in several items nested one in another.

Yes, @bjorn you are right. It just maybe I put it wrong when said "nested". Sure I talk about `Body` nested into QML items, not a `Body` inside another `Body`....

Really great work! As for me I am very impressed. Descriptions, examples, now it looks as ...hmm, a ripe product. May be we need some code style guide? Some "read...

I have a thought about our examples. Maybe we should take Box2D Testbed as example here? I mean one application with ability to run qml files from examples tree? And...