-
-
Notifications
You must be signed in to change notification settings - Fork 34
New issue
Have a question about this project? # for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “#”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? # to your account
Add NFT tracking #11
Comments
@ThorstenBux it is partially implemented. Actually you can select the Pinball marker but it can't be loaded because parse a wrong path: it parse the patt.hiro path plus the .fset extension and so fails to load. |
Pr #17 testing the NFT feature. |
With the PR #17 we added support for NFT markers. For now we can only load the Pinball marker, and without the WebWorker. This will implemented in another Pull Request. |
@ThorstenBux May i add the webWorker or is better to implement other features before? Like loading of patterns (NFT, Pattern...) ? I would also test, during these days, if the Test and Publish feature works or not... |
Yes, sure go for it. :). Get the webWorker in that is important. |
Ok I will start to work on this feature. I colud also try to embedd the WebWorker inside the Component with a Blob object like did recently for Ar.js. But probably better to start with a simpler approach for now.
In this case we should skip the problem of the format? |
Trying to add a WebWorker with this PR #34 |
@kalwalt
Where are we with this?
The text was updated successfully, but these errors were encountered: