https://github.com/webarkit/dispimageset
Display the ImageSet of a NFT marker
https://github.com/webarkit/dispimageset
imageset naturalfeaturetracking nft nftmarker webar
Last synced: 4 months ago
JSON representation
Display the ImageSet of a NFT marker
- Host: GitHub
- URL: https://github.com/webarkit/dispimageset
- Owner: webarkit
- License: gpl-3.0
- Created: 2020-12-27T11:03:58.000Z (over 5 years ago)
- Default Branch: main
- Last Pushed: 2022-05-10T20:33:06.000Z (about 4 years ago)
- Last Synced: 2025-05-14T08:14:26.409Z (about 1 year ago)
- Topics: imageset, naturalfeaturetracking, nft, nftmarker, webar
- Language: JavaScript
- Homepage:
- Size: 5.14 MB
- Stars: 5
- Watchers: 2
- Forks: 0
- Open Issues: 1
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# dispImageSet
This is a small app that display the ImageSet of a NFT marker. It show all the different images with the basic infos (width, height and dpi).
## Building
Build with Emscripten emsdk 3.1.19. Run :
```
npm run build
```
If you have already build the libar.bc run instead:
```
npm run build-no-libar
```
## Example
Start a web server and try the [displayer](./example/displayer.html) example.
## Planned features
- [ ] A real demo with pick up images to let the user choose the imageSet on the fly.
- [ ] Build the libs with ES6 feature.
- [ ] Typescript definitions.