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 collider: boxCollider
   BoxCollider {
     id: boxCollider
     anchors.fill: parent
     bodyType: Body.Static
   }

   // the Rectangle is only visible when the GameWindow has a different aspect ratio than the Scene, because it is anchored to the outside of the visible scene
   Rectangle {
     anchors.fill: parent
Qt_Technology_Partner_RGB_475 Qt_Service_Partner_RGB_475_padded