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 {
   BoxCollider {
     anchors.fill: parent
     bodyType: Body.Static
     friction: 1
   }

   property alias image: image.source

   //    Rectangle {
   //        anchors.fill: parent
   //        color: "brown"
   //    }

   Image {
     id: image

     anchors.fill: parent
     source: "images/brickwall.png"

     // this does not work for cocos renderer yet!
Qt_Technology_Partner_RGB_475 Qt_Service_Partner_RGB_475_padded