All Projects → kalwalt → kalwalt-interactivity-AR

kalwalt / kalwalt-interactivity-AR

Licence: LGPL-3.0 License
Some various experiments with Ar.js and Three.js

Programming Languages

javascript
184084 projects - #8 most used programming language
HTML
75241 projects

Projects that are alternatives of or similar to kalwalt-interactivity-AR

jsartoolkit5
Javascript ARToolKit v5.x
Stars: ✭ 37 (-43.08%)
Mutual labels:  augmented-reality, ar, artoolkit, webar, nft, markerless, jsartoolkit5
jsartoolkitNFT
jsartolkitNFT is a smaller version of jsartoolkit5 with only NFT support
Stars: ✭ 110 (+69.23%)
Mutual labels:  augmented-reality, webar, nft, markerless, jsartoolkit5, jsartoolkitnft
lvr
👓 Augmented Reality for everyone - Out of the world experiences
Stars: ✭ 92 (+41.54%)
Mutual labels:  threejs, augmented-reality, ar, aframe, webar
Ar.js
Image tracking, Location Based AR, Marker tracking. All on the Web.
Stars: ✭ 3,048 (+4589.23%)
Mutual labels:  threejs, augmented-reality, ar, aframe, webar
ARnft
A small javascript library for WebAR with NFT
Stars: ✭ 178 (+173.85%)
Mutual labels:  webar, nft, markerless, jsartoolkitnft, arnft
Studio
An authoring platform to build Web Augmented Reality experiences, without coding knowledge
Stars: ✭ 135 (+107.69%)
Mutual labels:  threejs, augmented-reality, ar, aframe
Ar Alphabets
Augmented Reality on Web (Web AR) for Kids to learn Alphabets with fun. AR on all Mobile Devices
Stars: ✭ 98 (+50.77%)
Mutual labels:  augmented-reality, ar, aframe
3dio Js
JavaScript toolkit for interior apps
Stars: ✭ 255 (+292.31%)
Mutual labels:  threejs, ar, aframe
arStudio
A innovative Web editor for Augmented Reality
Stars: ✭ 45 (-30.77%)
Mutual labels:  artoolkit, webar, nft
temporalis
Slit-scan webcam with canvas
Stars: ✭ 105 (+61.54%)
Mutual labels:  glitch-art, glitch
glitch-studio
data bending & glitch tools
Stars: ✭ 66 (+1.54%)
Mutual labels:  glitch-art, glitch
DepthMask-Unity-Shader
Simple but powerful Unity shader that enables geometry masking for cutouts, UI, AR, and multiple camera VFX tricks.
Stars: ✭ 102 (+56.92%)
Mutual labels:  augmented-reality, ar
ARFaceFilter
Javascript/WebGL lightweight face tracking library designed for augmented reality webcam filters. Features : multiple faces detection, rotation, mouth opening. Various integration examples are provided (Three.js, Babylon.js, FaceSwap, Canvas2D, CSS3D...).
Stars: ✭ 72 (+10.77%)
Mutual labels:  threejs, augmented-reality
vuletube
Starter project for vue in combination with typescript. Getting response for youtube search. Call server part for saving videos. Use videos in three.js 3d port view. Control vuletube site with hands (NUI) also with voice command.
Stars: ✭ 12 (-81.54%)
Mutual labels:  threejs, opencvjs
aframe-globe-component
3D Globe data visualization component for A-Frame
Stars: ✭ 27 (-58.46%)
Mutual labels:  threejs, aframe
Acid.Cam.v2.OSX
Acid Cam v2 for macOS distorts video to create art.
Stars: ✭ 91 (+40%)
Mutual labels:  augmented-reality, glitch-art
aframe-registry
[DISCONTINUED] Curated collection of community A-Frame components.
Stars: ✭ 76 (+16.92%)
Mutual labels:  threejs, aframe
apate-ar
Framwork for environment aware AR with occlusion, lighting PBR rendering, physics support (cannon.js), based on three.js
Stars: ✭ 77 (+18.46%)
Mutual labels:  threejs, augmented-reality
immersive-ar-emulation
A sort-of polyfill to emulate a fake AR environment which can be hit-tested against.
Stars: ✭ 26 (-60%)
Mutual labels:  threejs, ar
native-xr-for-web
Add iOS and Android build with AR capabilities to your website or web-based app.
Stars: ✭ 27 (-58.46%)
Mutual labels:  augmented-reality, ar

Patreon donate button Build Status

kalwalt-interactivity-AR

Some various experiments with Ar.js and Three.js and not only. Note that some of them maybe can not works... It's my notebook, block of sketches of small applications or fragments of code that I am testing.

NFT and Jsartoolkit5

In the repository there are some examples not included in the official artoolkitx/jsartoolkit5 repository.

nftLoader

Note nftLoader is deprecated and removed from this repository, i suggest you to use the new ARnft library, based on JsartoolkitNFT and with ES6. You can still look at the code in this release 0.5.0.

Website

You can visit the Website kalwalt.github.io/kalwalt-interactivity-AR/ The site is hosted on gh-pages.

How to run things locally

You should run a local server, if you have python run in a console:

// Python 2.x
python -m SimpleHTTPServer

// Python 3.x
python -m http.server

or with node.js install the server package:

npm install http-server -g

and than run:

http-server . -p 8000
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].