tari-project / tari

The Tari protocol
https://tari.com
BSD 3-Clause "New" or "Revised" License
347 stars 214 forks source link

Create a public Android .aar Library of Tari Protocol dependencies. #3339

Open Sam2much96 opened 3 years ago

Sam2much96 commented 3 years ago

This proposal is (tick applicable):

Change log

Date Changes

Goals

It'll make integrating and developing mobile games on the Tari protocol easier, especially if the library is maintained by core devs

Abstract

Game engines cam import the plugin and compile the libraries directly with the game. Developers will be able to create amazing NFT features with this.

Description

Hello Admin, Devs, Testers and Moonmen. I have been working on game engine plugins for android devices. If there is going to be mobile port, core devs will need to create public android library .aar file for TARI

*if there is going to be a mobile port. It make it easier for game developers to develop on Tari.

Tari is mostly rust ,so you'll need a java/kotlin developer to help port the library codes.

delta1 commented 3 years ago

Thanks @Sam2much96 good idea!

In the meanwhile you could take a look at how the aurora android code uses the Tari FFI library

https://github.com/tari-project/wallet-android

Sam2much96 commented 3 years ago

Will Do