Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/kig/JSARToolKit
JavaScript port of FLARToolKit
https://github.com/kig/JSARToolKit
Last synced: 3 days ago
JSON representation
JavaScript port of FLARToolKit
- Host: GitHub
- URL: https://github.com/kig/JSARToolKit
- Owner: kig
- License: other
- Created: 2011-03-03T17:50:52.000Z (over 13 years ago)
- Default Branch: master
- Last Pushed: 2023-07-28T07:07:52.000Z (over 1 year ago)
- Last Synced: 2024-08-02T05:09:46.561Z (3 months ago)
- Language: JavaScript
- Homepage: http://fhtr.org/JSARToolKit
- Size: 6.1 MB
- Stars: 688
- Watchers: 58
- Forks: 163
- Open Issues: 16
-
Metadata Files:
- Readme: README
- License: LICENSE.txt
Awesome Lists containing this project
README
JSARToolkit
--------------------------------------------------------------------------------This is a JavaScript port of FLARToolKit, operating on canvas images and
video element contents. And hopefully one day on device elements with webcam
input.The license is GPL 3 as was the original library. If you use it in your own scripts, you need to make the unminified unobfuscated source code of your script available and licensed under GPL 3.
All the hard work was done by the ARToolKit/NyARToolKit/FLARToolKit people,
a huge thank you to them. This port was quite mechanical, though it has some
major JS optimizations and a tracking robustness hack or two. And some
uninformed bogus hacks in FLARParam to sort-of make it work on 16:9 video.See demos/AR_simple_webgl.html for an example of integrating JSARToolKit
output with a WebGL program.I've only tested the ID markers and square detection paths, so you may
encounter problems working with custom markers. In which case, filing a bug
report on GitHub would be very much appreciated.- Ilmari Heikkinen
--------------------------------------------------------------------------------
This work is based on the original ARToolKit developed by
Hirokazu Kato
Mark Billinghurst
HITLab, University of Washington, Seattle
http://www.hitl.washington.edu/artoolkit/And the NyARToolkitAS3 ARToolKit class library.
Copyright (C)2010 Ryo IizukaThe FLARToolKit is ActionScript 3.0 version ARToolkit class library.
Copyright (C)2008 SaqooshaJSARToolkit is a JavaScript port of NyARToolkitAS3 and FLARToolKit.
Copyright (C)2011 Ilmari Heikkinen