All Projects → webarkit → jsartoolkitNFT

webarkit / jsartoolkitNFT

Licence: LGPL-3.0 license
jsartolkitNFT is a smaller version of jsartoolkit5 with only NFT support

Programming Languages

typescript
32286 projects
javascript
184084 projects - #8 most used programming language
c
50402 projects - #5 most used programming language
C++
36643 projects - #6 most used programming language

Projects that are alternatives of or similar to jsartoolkitNFT

kalwalt-interactivity-AR
Some various experiments with Ar.js and Three.js
Stars: ✭ 65 (-40.91%)
Mutual labels:  augmented-reality, webar, nft, markerless, jsartoolkit5, jsartoolkitnft
jsartoolkit5
Javascript ARToolKit v5.x
Stars: ✭ 37 (-66.36%)
Mutual labels:  augmented-reality, webar, nft, markerless, jsartoolkit5
ARnft
A small javascript library for WebAR with NFT
Stars: ✭ 178 (+61.82%)
Mutual labels:  webar, nft, markerless, jsartoolkitnft
Ar.js
Image tracking, Location Based AR, Marker tracking. All on the Web.
Stars: ✭ 3,048 (+2670.91%)
Mutual labels:  augmented-reality, webar
lvr
👓 Augmented Reality for everyone - Out of the world experiences
Stars: ✭ 92 (-16.36%)
Mutual labels:  augmented-reality, webar
arStudio
A innovative Web editor for Augmented Reality
Stars: ✭ 45 (-59.09%)
Mutual labels:  webar, nft
unity-arkit-charts-demo
iOS 11 ARKit Charts Demo
Stars: ✭ 13 (-88.18%)
Mutual labels:  augmented-reality
opensea-images-downloader
Script to download all the images from an opensea collection using the OpenSea API
Stars: ✭ 42 (-61.82%)
Mutual labels:  nft
qml-ar
Seamless Augmented Reality module for QML using UchiyaMarkers
Stars: ✭ 32 (-70.91%)
Mutual labels:  augmented-reality
fluidAR
augmented reality boilerplate app for iOS (powered by OpenCV and DLIB)
Stars: ✭ 16 (-85.45%)
Mutual labels:  augmented-reality
AR BusinessCard
Augmented Reality Business Card
Stars: ✭ 19 (-82.73%)
Mutual labels:  augmented-reality
ArcV
Computer Vision & Augmented Reality library
Stars: ✭ 27 (-75.45%)
Mutual labels:  augmented-reality
WebScreenVR
WebScreenVR enhance your workspace while in Virtual Reality, allowing you to cast your screen and different applications around you in a 3D environment.
Stars: ✭ 53 (-51.82%)
Mutual labels:  augmented-reality
nftx-protocol-v2
The new and improved NFTX v2 Protocol.
Stars: ✭ 116 (+5.45%)
Mutual labels:  nft
metaplex
A directory of what the Metaplex Foundation works on!
Stars: ✭ 3,233 (+2839.09%)
Mutual labels:  nft
depth-sensing
Specification: https://immersive-web.github.io/depth-sensing/ Explainer: https://github.com/immersive-web/depth-sensing/blob/main/explainer.md
Stars: ✭ 47 (-57.27%)
Mutual labels:  augmented-reality
awesome-visual-localization-papers
The relocalization task aims to estimate the 6-DoF pose of a novel (unseen) frame in the coordinate system given by the prior model of the world.
Stars: ✭ 60 (-45.45%)
Mutual labels:  augmented-reality
sudokufx
AR Sudoku grabber and solver using JavaCV, JavaFX and Scala
Stars: ✭ 64 (-41.82%)
Mutual labels:  augmented-reality
FoodMagic
An AR App for Restaurants and Food Delivery ✨✨
Stars: ✭ 53 (-51.82%)
Mutual labels:  augmented-reality
metaboss
The Metaplex NFT-standard Swiss Army Knife tool.
Stars: ✭ 575 (+422.73%)
Mutual labels:  nft

github releases github stars github forks npm package version Dependabot Badge Tested with QUnit CI Build jsartoolkitNFT CI

JSARToolKitNFT

Emscripten port of WebARKitLib to JavaScript. Modified and lighter version of JSARToolKit5.

Try the example !! www.webarkit.org/examples/artoolkitnft_es6_example

Features

Markers Types

JSARToolKitNFT support only this types of markers:

  • NFT (natural feature tracking) markers 🎉 🎨
  • Multi NFT markers !!!

WASM

has WASM embedded in a single file!

ES6

From 0.8.0 version has ES6 feature 🎉 😻

Typescript

From 0.9.0 version has Typescript feature 💖 💣

Using the library 💥

You can use raw.githack.com links:

WASM version of the library:

<script src="https://raw.githack.com/webarkit/jsartoolkitNFT/master/build/artoolkitNFT_wasm.js">

WASM version of the library as a Module:

<script src="https://raw.githack.com/webarkit/jsartoolkitNFT/master/build/artoolkitNFT_ES6_wasm.js">

NO WASM minified:

<script src="https://raw.githack.com/webarkit/jsartoolkitNFT/master/build/artoolkitNFT.min.js">

or (recommended) use the UMD library:

<script src="https://raw.githack.com/webarkit/jsartoolkitNFT/master/dist/ARToolkitNFT.js">

or you can install with npm and use as a module:

npm i @webarkit/jsartoolkit-nft

then:

import { ARToolkitNFT, ARControllerNFT } from '@webarkit/jsartoolkit-nft'

Downloads

You can download the build libs in the releases page. Starting from version 0.8.0 it is possible to download dist or build zip packages and from 0.9.6 version only single libs (no zipped).

or you can clone the repository with git, follow the instructions below:

Clone the repository 🌀

  1. Clone this repository
  2. Clone WebARKitLib project to get the latest source files. From within JSARToolKitNFT directory do git submodule update --init. If you already cloned WebARKitLib to a different directory you can:
  • create a link in the jsartoolkitNFT/emscripten/ directory that points to WebARKitLib (jsartoolkitNFT/emscripten/WebARKitLib) (Linux and macOS only)
  • or, set the WEBARKITLIB_ROOT environment variable to point to your WebARKitLib clone
  • or, change the tools/makem.js file to point to your WebARKitLib clone (line 32)

Documentation

You can build the documentation of the library. You need node and npm installed and then run these commands in a console:

npm install
npm run docs

At this point you have build the docs in the docs/ folder, you should run a server and then go to docs/ folder.

ARnft library

JSARToolKitNFT is used by ARnft a small libary that help developers to create WebAR apps.

Project Structure 📂

  • build/ (compiled debug and minified versions of JSARToolKitNFT)
  • dist/ (compiled UMD lib with ES6 of JSARToolKitNFT)
  • emscripten/ (C/C++ source code for ARToolKitNFT)
  • examples/ (demos and examples using JSARToolKitNFT)
  • js/ (api and workers of JSARToolKitNFT.js for the standard api)
  • src/ (source code of ARToolKitNFT with Typescript)
  • tests/ (tests - WIP)
  • tools/ (build scripts for building JSARToolKitNFT with Emscripten)
  • types/ (type definitions of ARToolKitNFT)

WebAssembly 👋

JSARToolKitNFT supports WebAssembly. The library builds WebAssembly artifacts during the build process, WASM is embedded in a single file. This is build/artoolkitNFT_wasm.js. To use it, include the artoolkitNFT_wasm.js into your html page like this:

<script src="../build/artoolkitNFT_wasm.js"></script>

As loading the WebAssembly artifact is done asynchronously, there is a callback that is called when everything is ready.

window.addEventListener('artoolkitNFT-loaded', () => {
    //do artoolkit stuff here
});

See the examples folder for details.

Build the project 🔨

Go to the wiki for more infos. Note that you need to build the library only if you make changes to the source code.

Notes

The jsartoolkitNFT npm package is served until version 0.9.4 from @kalwalt/jsartoolkit-nft. By 0.9.5 version from @webarkit/jsartoolkit-nft.

Note that the project description data, including the texts, logos, images, and/or trademarks, for each open source project belongs to its rightful owner. If you wish to add or remove any projects, please contact us at [email protected].