3Dpass / threedpass

3DPass mobile light wallet for Android and iOS. 3D object recognition and wallet functions.
https://3dpass.org/mobile-wallet
GNU General Public License v3.0
12 stars 6 forks source link
android android-application cryptocurrency metaverse-tool mobile-app nft recognition tokenized-assets tokenizer wallet

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:

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
      ],
    )
  3. 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) 2024 3Dpass https://3dpass.org/