Skip to content
  • Categories
  • Recent
  • Tags
  • Popular
  • Users
  • Search
Skins
  • Light
  • Brite
  • Cerulean
  • Cosmo
  • Flatly
  • Journal
  • Litera
  • Lumen
  • Lux
  • Materia
  • Minty
  • Morph
  • Pulse
  • Sandstone
  • Simplex
  • Sketchy
  • Spacelab
  • United
  • Yeti
  • Zephyr
  • Dark
  • Cyborg
  • Darkly
  • Quartz
  • Slate
  • Solar
  • Superhero
  • Vapor

  • Default (No Skin)
  • No Skin
Collapse
hyperPad

hyperPad Forum

  1. Home
  2. Announcements
  3. Potential New Features

Potential New Features

Scheduled Pinned Locked Moved Announcements
7 Posts 1 Posters 1.3k Views 1 Watching
  • 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.
  • KrystalYeeK Offline
    KrystalYeeK Offline
    KrystalYee
    Admin
    wrote on last edited by
    #1

    🟠 Potential New Feature — Revamped Else If Behaviors

    Instead of snapping an If behavior to another one to create an Else If (which can be done accidentally a lot of times), you can simply connect a behavior on the right. If a condition is not met, the behavior on the right will be triggered instead.

    b7e167aa-f7f6-4ece-a047-c85e37173f9e-image.png

    03879b77-2582-4f89-b694-48a255f69061-image.png

    KrystalYeeK 1 Reply Last reply
    1
    • KrystalYeeK KrystalYee

      🟠 Potential New Feature — Revamped Else If Behaviors

      Instead of snapping an If behavior to another one to create an Else If (which can be done accidentally a lot of times), you can simply connect a behavior on the right. If a condition is not met, the behavior on the right will be triggered instead.

      b7e167aa-f7f6-4ece-a047-c85e37173f9e-image.png

      03879b77-2582-4f89-b694-48a255f69061-image.png

      KrystalYeeK Offline
      KrystalYeeK Offline
      KrystalYee
      Admin
      wrote on last edited by
      #2

      🟠 Potential New Feature — Analyze Image Behavior

      A new Analyze Image behavior that can detect texts, faces, bar codes and animals within images.

      This can be utilized to create powerful apps like a receipt scanner. You can also use this for applications such as locating faces in an image to blur them or keeping track of pictures containing a specific animal.

      šŸš€ Content Type - Select what type of content to recognize in the image. Text, Barcode, Animals and Faces.
      šŸš€ Image - Select a Load Image behavior to use as the input image.
      šŸš€ Bounding Boxes - The behavior outputs bounding Boxes which outputs an array of bounding boxes. Each bounding box is an array -> [x, y, width, height] where all the values are normalized in regards to the dimensions of the image. The origin is at the bottom left corner of the image.
      šŸš€ The behavior outputs contents which is an array of contents found in the image. See info below.

      • Text: an array of strings.
      • Barcode: an array of the barcode payload.
      • Animals: an array of identified animals.
      • Faces: an array of dictionaries -> {"quality": (0-1), "confidence": (0-1)}.

      2d3ac385-9d30-4061-8fb7-d3c3c4db50dc-image.png f3a51c0d-e85b-435f-88e6-758f3fed1a87-image.png 1bc316e8-269d-4726-aa69-b9b24f49e163-image.png 9f4bc22b-a904-4887-8fee-3574f12d55c3-image.png 3a535caa-4f42-4d0e-92e0-2214b9d86e18-image.png 879e5388-a50f-4014-9bbf-8fc0a4b3240b-image.png

      KrystalYeeK 1 Reply Last reply
      0
      • KrystalYeeK KrystalYee

        🟠 Potential New Feature — Analyze Image Behavior

        A new Analyze Image behavior that can detect texts, faces, bar codes and animals within images.

        This can be utilized to create powerful apps like a receipt scanner. You can also use this for applications such as locating faces in an image to blur them or keeping track of pictures containing a specific animal.

        šŸš€ Content Type - Select what type of content to recognize in the image. Text, Barcode, Animals and Faces.
        šŸš€ Image - Select a Load Image behavior to use as the input image.
        šŸš€ Bounding Boxes - The behavior outputs bounding Boxes which outputs an array of bounding boxes. Each bounding box is an array -> [x, y, width, height] where all the values are normalized in regards to the dimensions of the image. The origin is at the bottom left corner of the image.
        šŸš€ The behavior outputs contents which is an array of contents found in the image. See info below.

        • Text: an array of strings.
        • Barcode: an array of the barcode payload.
        • Animals: an array of identified animals.
        • Faces: an array of dictionaries -> {"quality": (0-1), "confidence": (0-1)}.

        2d3ac385-9d30-4061-8fb7-d3c3c4db50dc-image.png f3a51c0d-e85b-435f-88e6-758f3fed1a87-image.png 1bc316e8-269d-4726-aa69-b9b24f49e163-image.png 9f4bc22b-a904-4887-8fee-3574f12d55c3-image.png 3a535caa-4f42-4d0e-92e0-2214b9d86e18-image.png 879e5388-a50f-4014-9bbf-8fc0a4b3240b-image.png

        KrystalYeeK Offline
        KrystalYeeK Offline
        KrystalYee
        Admin
        wrote on last edited by
        #3

        🟠 Potential New Feature — Shake Object Behavior

        A new Shake Object behavior that simply shakes an object. This is only a visual effect and it does not affect the actual position of the object.

        eeaaf4a9-856d-4938-a702-1549e0f81471-image.png

        KrystalYeeK 1 Reply Last reply
        1
        • KrystalYeeK KrystalYee

          🟠 Potential New Feature — Shake Object Behavior

          A new Shake Object behavior that simply shakes an object. This is only a visual effect and it does not affect the actual position of the object.

          eeaaf4a9-856d-4938-a702-1549e0f81471-image.png

          KrystalYeeK Offline
          KrystalYeeK Offline
          KrystalYee
          Admin
          wrote on last edited by
          #4

          🟠 Potential New Feature — Beginner's Guide

          A dedicated article containing essential information, link to the official discord, detailed videos and an interactive tutorial that new users can view to start using hyperPad.

          This article will be translated to all supported languages to reduce language barriers, and can also be reopened at any time.

          568e4494-96a8-4a26-91e0-198c9970ceb2-image.png 5c6d9f61-0a53-417f-a827-e32e78741ad0-image.png a3d45b5e-bedd-49b5-b290-cc6e58ab6ffb-image.png

          1 Reply Last reply
          1
          • KrystalYeeK Offline
            KrystalYeeK Offline
            KrystalYee
            Admin
            wrote on last edited by
            #5

            🟠 Potential New Feature — Network Status Behavior

            A new behavior that checks if the device has internet connection. This can be used to detect if the user is offline.

            šŸš€ connected - Outputs 1 when connected and 0 when not connected.
            šŸš€ network_type - Outputs WiFi or Cellular. This can be used to limit data usage for cellular connections.

            baf6922b-a3a6-4531-a30f-e91ddb17a0bf-image.png 93d6ca51-4d44-4ecb-9aff-399646f3f9c0-image.png 06e5d7f9-140d-4865-bfc3-faccfdbfd2f2-image.png afe909e8-dcbf-4c4c-9dd5-841581123ba5-image.png

            1 Reply Last reply
            0
            • KrystalYeeK Offline
              KrystalYeeK Offline
              KrystalYee
              Admin
              wrote on last edited by
              #6

              🟠 Potential New Feature — Regex Support for Split Operation in Text Operation

              The split function in the Text Operation will be able to support regular expression. This allows the input text to be split with all delimiters that are matched by the regular expression.

              0b02de43-e8cc-4a3c-bd36-68fa63cfbd96-image.png 3162f4a4-e262-46b8-ab3b-9d66463d07b0-image.png

              1 Reply Last reply
              1
              • KrystalYeeK Offline
                KrystalYeeK Offline
                KrystalYee
                Admin
                wrote on last edited by
                #7

                🟠 Potential New Feature — Debounce Behavior

                A new behavior that limits how many times it can be triggered. This can be used to prevent spamming specific actions.

                šŸš€ Debounce Time - The cooldown time in seconds before the behavior can be triggered again.
                šŸš€ Affected by Time Scale - If enabled, the scene's time scale can affect the debounce time.

                9e3a6ac4-4acd-44aa-aecd-dd1c6e4ed505-image.png

                1 Reply Last reply
                1

                Hello! It looks like you're interested in this conversation, but you don't have an account yet.

                Getting fed up of having to scroll through the same posts each visit? When you register for an account, you'll always come back to exactly where you were before, and choose to be notified of new replies (either via email, or push notification). You'll also be able to save bookmarks and upvote posts to show your appreciation to other community members.

                With your input, this post could be even better šŸ’—

                Register Login
                Reply
                • Reply as topic
                Log in to reply
                • Oldest to Newest
                • Newest to Oldest
                • Most Votes


                • Login

                • Login or register to search.
                • First post
                  Last post
                0
                • Categories
                • Recent
                • Tags
                • Popular
                • Users
                • Search