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

Box2D Examples

 import QtQuick 2.0
 import Felgo 4.0

 EntityBase {

   property alias body: collider.body

   // the 0/0 of the entity should be the center of the collider and image
   // this is required when a width & height are set to the entity! in that case, the rotation should be applied around the center (which is top-left, not the width/2,height/2 Item.Center which is the default value)
   transformOrigin: Item.TopLeft

   property alias color: rectangle.color

   property alias bodyType: collider.bodyType

   BoxCollider {
     id: collider
     sleepingAllowed: false
     density: 0.01
     friction: 1
     restitution: 0.3

   }
   Rectangle {
     id: rectangle
     anchors.fill: parent
Qt_Technology_Partner_RGB_475 Qt_Service_Partner_RGB_475_padded