UBports Robot Logo UBports Forum
    • Categories
    • Recent
    • Tags
    • Popular
    • Users
    • Groups
    • Search
    • Register
    • Login

    does anybody have the script to compile Godot games to ubuntu touch

    Scheduled Pinned Locked Moved App Development
    3 Posts 3 Posters 468 Views 2 Watching
    Loading More Posts
    • Oldest to Newest
    • Newest to Oldest
    • Most Votes
      Reply
      • Reply as topic
      Log in to reply
      This topic has been deleted. Only users with topic management privileges can see it.
      • A Offline
        Amy
        last edited by

        I can't seem to find it

        CiberSheepC B 2 Replies Last reply Reply Quote 0
        • CiberSheepC Offline
          CiberSheep @Amy
          last edited by

          @amy You might want to read the description of Circle Jump. And check abmyii repo

          https://open-store.io/app/circlejump.abmyii

          Another planet, another time, another universe!

          1 Reply Last reply Reply Quote 0
          • B Offline
            brad @Amy
            last edited by

            @amy I think what you're looking for is clickable create --godot
            This creates a base for a clickable app with a clickable.yaml with contents like this

            clickable_minimum_required: "7"
            builder: custom
            kill: godot*
            build:
            - echo 'Going to download a demo package...'
            - wget https://gitlab.com/abmyii/ubports-circle-jump/-/raw/master/circle_jump.pck -O 'precompiled.pck'
            dependencies_host:
            - libgles2
            - wget
            dependencies_target:
            - libasound2
            - libfreetype6
            - libglib2.0-0
            - libpng16-16
            - libsdl2-2.0-0
            - libsndio6.1
            - libvpx3
            install_root_data:
            - manifest.json
            - precompiled.apparmor
            - precompiled.desktop
            - assets
            - /opt/godot/godot
            - ${BUILD_DIR}/precompiled.pck
            install_lib:
            - /usr/lib/${ARCH_TRIPLET}/libvpx.so.3*
            - /usr/lib/${ARCH_TRIPLET}/libsndio.so.6.1
            - /usr/lib/${ARCH_TRIPLET}/libvorbis.so.0*
            - /usr/lib/${ARCH_TRIPLET}/libSDL2-2.0.so*
            1 Reply Last reply Reply Quote 1
            • First post
              Last post