Best android open-source packages and libraries.

Threedpass

3DPass mobile light wallet for Android and iOS. 3D object recognition and wallet functions.
Updated 1 month ago

Threedpass

3Dpass mobile light wallet for Android and iOS. Read more about its features.

3D object recognition

This embedded option allows to recognize the same shaped 3D objects by means of processing its 3D models in .obj format. Due to the fact, that the app hasn't had a native 3D scanner integrated yet, now you can only process 3D models made by third party scanning/modeling apps and devices.

pass3d recognition tool is used as an implementation of Grid2d algorithm.

recognition

P3D Transfers

Tha wallet connects to the Node via RPC/API endpoints. These are the mainnet public endpoints:

  • wss://rpc.3dpass.org
  • wss://rpc2.3dpass.org
  • wss://rpc.3dpscan.io
  • wss://rpc.caldera.network

accounts

3D-object-wallet

Tis option allows to produce crypto wallet (address + keys) out of 3D object and its recovery by means of scanning.

3d-object-wallet

How to translate the UI

Your help is always welcome! Feel free to translate the wallet UI into your native language. Follow this short instruction:

  1. Add LANG_CODE.json file to assets/translations/
  2. Add locale info in lib/main.dart
EasyLocalization(
      supportedLocales: const [
        Locale('en'),
        Locale('es'),
        Locale('sr'),
        // Add new locale here
      ],
)
  1. Add LANG_CODE in ios/Runner/Info.plist as described here:
<key>CFBundleLocalizations</key>
<array>
      <string>en</string>
      <string>es</string>
      <string>sr</string>
      // Add new locale here
</array>

Read more about easy localization.

Copyright

threedpass Copyright (C) 2023 3Dpass https://3dpass.org/

Tags hashing