
Security News
TypeScript is Porting Its Compiler to Go for 10x Faster Builds
TypeScript is porting its compiler to Go, delivering 10x faster builds, lower memory usage, and improved editor performance for a smoother developer experience.
@kalwalt/ar-nft
Advanced tools
A small javascript library to develop WebAR apps. It is based on jsartoolkitNFT a lighter version of jsartoolkit5 only with NFT markerless technology.
:one: Clone the repository:
git clone https://github.com/webarkit/ARnft.git
:two: Install the npm packages:
yarn install
:three: Run the node server:
http-server . -p 8000
:four: Go to the example:
http://localhost:8000/examples/arNFT_example.html
:five: Point your device 📱 to the pinball image 👇 a red cube will appear !
<img src= https://raw.githubusercontent.com/artoolkitx/artoolkit5/master/doc/Marker%20images/pinball.jpg width="250"/>
Download the zipped dist lib package from the releases page: webarkit/ARnft/releases and use it in a script tag:
<script src="path/to/dist/ARnft.js"></script>
or you can use raw.githack services (for development):
<script src="https://raw.githack.com/webarkit/ARnft/master/dist/ARnft.js"></script>
or raw.cdn (for production, you need to add the hash):
<script src="https://rawcdn.githack.com/webarkit/ARnft/<hash>/dist/ARnft.js"></script>
or if you want to import as a module with npm:
import { ARnft } from '@kalwalt/ar-nft';
Test the examples in the /examples
folder:
arNft_container_example.html
Example with an alternative container.arNFT_event_example.html
Example with objVisibility and eventListener.arNFT_example.html
The simplest example displaying a red cube.arNFT_gltf_brave_robot_example.html
More advanced example with a gltf model and threejs events.arNFT_gltf_example.html
Example showing a gltf model (Duck).arNFT_image_example.html
Example showing an image.arNFT_video_example.html
Example showing a video.You can try also a live example with React at this link: kalwalt.github.io/ARnft-ES6-react/
npm i @kalwalt/ar-nft
❗️👉️ from 0.9.0 version npm package updates only from Webarkit npmjs package profile !!
FAQs
WebAR Javscript library for markerless AR
We found that @kalwalt/ar-nft demonstrated a not healthy version release cadence and project activity because the last version was released a year ago. It has 1 open source maintainer collaborating on the project.
Did you know?
Socket for GitHub automatically highlights issues in each pull request and monitors the health of all your open source dependencies. Discover the contents of your packages and block harmful activity before you install or update your dependencies.
Security News
TypeScript is porting its compiler to Go, delivering 10x faster builds, lower memory usage, and improved editor performance for a smoother developer experience.
Research
Security News
The Socket Research Team has discovered six new malicious npm packages linked to North Korea’s Lazarus Group, designed to steal credentials and deploy backdoors.
Security News
Socket CEO Feross Aboukhadijeh discusses the open web, open source security, and how Socket tackles software supply chain attacks on The Pair Program podcast.