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

   transformOrigin: Item.TopLeft

   BoxCollider {
     id: collider
     anchors.fill: parent
     density: 0.001
     friction: 1
     restitution: 0.3
   }

   Rectangle {
     color: "green"
     anchors.fill: collider
Qt_Technology_Partner_RGB_475 Qt_Service_Partner_RGB_475_padded