July 29, 2011

profuma profuma
Lab Rat
26 posts

QML box-2d demo example - how to compile

Page  
1

I found qml box 2d demo at
https://projects.developer.nokia.com/qmlbox2ddemo
I also saw a question in the ‘discussion’ for which I too wanted an answer Could some one answer this – I found that the project has been put up by Digia employee so I thought I will cut and paste the question here
*
Hi Running the project just shows a blank screen . Could you explain how to use this project ? I also find that

anchors.fill: parent , density: 1; friction: 0.4; restitution: 0.5; are all shown as ‘Not a valid name’.

Can you explain how to compile this project

thanks in advance*

17 replies

July 29, 2011

Chuck Gao Chuck Gao
Lab Rat
342 posts

You need build qml-box2d lib/plugin first. You can get the source code from“gitorious”:https://gitorious.org/qml-box2d
There also have qml-box2d demos :D

 Signature 

Chuck

July 29, 2011

profuma profuma
Lab Rat
26 posts

Thank you. I did try to compile using Cmake and Visual studio 9 (2008) but I was unable to compile . I keep getting CMakeLists.txt not found error. Is there any other way to get the compiled plugin? or a way to compile properly? Thanks

July 30, 2011

Chuck Gao Chuck Gao
Lab Rat
342 posts

What’s the error when compile ? Why not use Qt to compile it ?

 Signature 

Chuck

August 1, 2011

profuma profuma
Lab Rat
26 posts

Thanks for reply.I tried with Qt too. I get the error

  1. F:\QtSDK\qmlbox2ddemo\src\qml-box2d\box2dfixture.h:26: error: Box2D.h: No such file or directory

That is #include <Box2D.h> is not included error though I find that the header file is available in the path.

August 1, 2011

Chuck Gao Chuck Gao
Lab Rat
342 posts

Ok, it seems you didn’t add the right include path(using INCLUDEPATH += … in .pro file). It’s not a big deal

 Signature 

Chuck

August 1, 2011

profuma profuma
Lab Rat
26 posts

Thanks.In the intervening time between my question and your answer, I did include the path in pro file and the project SEEMS to have compiled but I still get a blank screen. The error corresponding to ‘fixtures in Box 2d’ density, friction and restitution still persist.
FOR eg-

  1. fixtures: Box {
  2.         anchors.fill: parent
  3.         density: 1;
  4.         friction: 0.4;
  5.         restitution: 0.5;
  6.     }

All the above are shown as ‘not a valid property name’
Thanks for your answers. Hope you may be able to figure out the error

August 1, 2011

Chuck Gao Chuck Gao
Lab Rat
342 posts

Do you import the qml-box2d plugin? Or do you make install after compile?

 Signature 

Chuck

August 3, 2011

profuma profuma
Lab Rat
26 posts

Hi
Sorry for late reply . I make install after compile. I just can’t understand why it won’t work when everyone seem to have no problem with it :-(

August 3, 2011

Chuck Gao Chuck Gao
Lab Rat
342 posts

Can you paste your code ? Do you build qml-box2d plugin before you compile the qmlbox2ddemo ?

 Signature 

Chuck

August 8, 2011

profuma profuma
Lab Rat
26 posts

Thank you for helping thus far. I have washed my hands off Box2d and switched over to Bullet physics which I could compile and use with no hassle. Thanks again
If any one is interested, do check out QML and Bullet Physics integration here
https://bitbucket.org/jtoivola/qml-physics/downloads

August 13, 2011

deviant7 deviant7
Lab Rat
2 posts
Chuck Gao wrote:
You need build qml-box2d lib/plugin first.

How can I build the plugin ?

I found box2d.pro file, opened and when I click Run it opens a window that asks for an executable (“Could not find the executable, please specify one.”, with 3 fields: Executable, Arguments, WD).

I also tried to copy the plugin directory in my project file and then use import in my QML files but with no luck: module not installed

I’m from hours on google, forums, docs but find nothing that really helps me.

Can someone explain step-by-step how he installed the Box2D plugin successfully ?

Thanks a lot, in advance

August 15, 2011

Chuck Gao Chuck Gao
Lab Rat
342 posts

It’s a plugin, not a executable one. The simple way to build it was: open your cmd window(.pro folder), and type: make & make install

If you using Qt Creator, you need specified a step to “make install”, and “Run” is not needed, just ignore it.

 Signature 

Chuck

October 20, 2011

madil madil
Lab Rat
7 posts

hi chuck geo,
i also have same issue ,i can’t run box 2d example code can you guide me for this .or provide me the correct sample code for it. thanks

October 21, 2011

Chuck Gao Chuck Gao
Lab Rat
342 posts
madil wrote:
hi chuck geo, i also have same issue ,i can’t run box 2d example code can you guide me for this .or provide me the correct sample code for it. thanks

Hi madil,
Which error do you get ?

 Signature 

Chuck

October 21, 2011

madil madil
Lab Rat
7 posts

hi chuck, i am not able to run any sample example .i am using box 2d 2.2.1 kindly help me on this .the Error on my code is.
module “Box2D” is not installed import Box2D 1.0 if you have any sample example so kindly give it you me and also define the steps how to run it .Thanks
Regard
madil.

Page  
1

  ‹‹ how many QGraphicsItem should one qml return?      [SOLVED]Life Points and Level Questions ››

You must log in to post a reply. Not a member yet? Register here!