Git Product home page Git Product logo

ideasincrypto / 3dpass-threedpass Goto Github PK

View Code? Open in Web Editor NEW

This project forked from 3dpass/threedpass

0.0 0.0 0.0 85.06 MB

3DPass mobile light wallet for Android and iOS. 3D object recognition and wallet functions.

Home Page: https://3dpass.org/mobile-wallet

License: GNU General Public License v3.0

Ruby 0.31% C 0.05% Objective-C 0.13% Rust 0.64% Kotlin 0.18% Dart 97.83% Swift 0.16% Makefile 0.70%

3dpass-threedpass's Introduction

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/

3dpass-threedpass's People

Contributors

l3odr0id avatar fedosov avatar olli92 avatar paulsff avatar wlinknet avatar seineken avatar

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.