Skip to content

wangfei660/kalwalt-interactivity-AR

 
 

Repository files navigation

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

If you are interested in AR try this utility. You can try the examples with the nftLoader.js library. Use nftLoader.js in development and nftLoader.min.js in production. But i sugggest you to use the new ARnft library, based on JsartoolkitNFT and with ES6.

Website

You can visit the Website https://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

Resources

License

Code of conduct

Stars

Watchers

Forks

Packages

No packages published

Languages

  • JavaScript 96.8%
  • HTML 3.1%
  • Other 0.1%