kalwalt / kalwalt-interactivity-AR

Some various experiments with Ar.js and Three.js

Home Page:https://kalwalt.github.io/kalwalt-interactivity-AR/

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

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

About

Some various experiments with Ar.js and Three.js

https://kalwalt.github.io/kalwalt-interactivity-AR/

License:GNU Lesser General Public License v3.0


Languages

Language:JavaScript 96.2%Language:HTML 3.6%Language:CSS 0.1%Language:Ruby 0.0%Language:Shell 0.0%