UBports Robot Logo UBports Forum
    • Categories
    • Recent
    • Tags
    • Popular
    • Users
    • Groups
    • Search
    • Register
    • Login
    1. Home
    2. duncancragg
    3. Topics
    D
    Offline
    • Profile
    • Following 1
    • Followers 0
    • Topics 2
    • Posts 6
    • Groups 0

    Topics

    • D

      Vulkan and USC 0.9.0 (Mir)

      Watching Ignoring Scheduled Pinned Locked Moved Off topic
      6
      0 Votes
      6 Posts
      658 Views
      alan_gA
      @duncancragg said in Vulkan and USC 0.9.0 (Mir): do you mean there was work done inside /Mesa/ to support mirclient's Vulkan buffers Vulkan, like GL and GLES, is an API. Mesa is an implementation of graphics API specifications like GL, GLES and Vulkan. For each API work is needed to support mirclient.
    • D

      Clickable build of Godot

      Watching Ignoring Scheduled Pinned Locked Moved App Development
      4
      0 Votes
      4 Posts
      573 Views
      joniusJ
      I still don't understand why you want to compile Godot instead of just using the one we ship in the build containers. But if you want to do so, see abmyii's build script (https://gitlab.com/abmyii/ubports-godot/-/blob/v3.4.0-ubports/build-ubports.sh) which he runs without Clickable, but within a clickable container (https://gitlab.com/abmyii/ubports-godot/-/blob/v3.4.0-ubports/.gitlab-ci.yml). If you are just interested in cross compiling with Clickable in general, that is pretty straight forward. The build containers are set up in a way that you only need to tell Clickable which architecture to build for and Clickable chooses the according prepared build container. If you are interested how they are set up, see the Dockerfile: https://gitlab.com/clickable/clickable-docker-images/-/blob/master/ubuntu-sdk/16.04-cross-build/Dockerfile. And finally, if you want to compile dependencies along with you app, see this guide: https://docs.ubports.com/en/latest/appdev/guides/dependencies.html