webarkit / jsartoolkitNFT

jsartolkitNFT is a smaller version of jsartoolkit5 with only NFT support
GNU Lesser General Public License v3.0
131 stars 25 forks source link

Adding support for Multi NFT markers #32

Closed kalwalt closed 2 years ago

kalwalt commented 4 years ago

This one feature that absoultely we must add.

sunshine8550 commented 3 years ago

May I ask whether this function has been completed? I need to identify multiple NFT, one at a time,I don't know how to do that.

eddiecarbin commented 3 years ago

Something like this? https://youtu.be/ZzWUMxrK2gU

sunshine8550 commented 3 years ago

Something like this? https://youtu.be/ZzWUMxrK2gU

awesome!How did you do it? I worked on it for a long time and it didn't work. I would be most grateful if you could give me some guidance

eddiecarbin commented 3 years ago

I would suggest using AFrame library, that is the fastest way to do that. Depending on your time and programming knowledge. I am using a prototype framework built-in Typescript.

eddiecarbin commented 3 years ago

The idea is to use javascript Workers. You are creating multiple threads with NFT Worker

kalwalt commented 3 years ago

@sunshine8550 No, i didn't implemented yet but It Is on our WebARKit/jsartoolkit5 version. I think you have already seen. This is my next task.

kalwalt commented 3 years ago

I started to add the multiNFT feature in this branch: https://github.com/webarkit/jsartoolkitNFT/tree/feature-multi-nft i have to solve some problem in the code but i think it will be added.

kalwalt commented 2 years ago

The multi NFT feature is in the dev branch now, will be merged in master soon (almost). :slightly_smiling_face:

kalwalt commented 2 years ago

The multi NFT feature is in the dev branch now, will be merged in master soon (almost). slightly_smiling_face

Now is merged in master! if you have some issues with the new features open a new issues, thanks!