Learn what Felgo offers to help your business succeed. Start your free evaluation today! Felgo for Your Business

Box2D Examples

 import QtQuick 2.0

 Body {
   width: 100;
   height: 100;
   sleepingAllowed: false

   fixtures: Box {
     anchors.fill: parent
     density: 0.001;
     friction: 0.3;
     restitution: 0.5;
   }
Qt_Technology_Partner_RGB_475 Qt_Service_Partner_RGB_475_padded