Replies: 4 comments 1 reply
-
@kalwalt with the caveat that I'm not so familiar with the code base on the marker / NFT side, this looks good. |
Beta Was this translation helpful? Give feedback.
-
@kalwalt thanks, Merry Christmas too! |
Beta Was this translation helpful? Give feedback.
-
I added Typescript support to ARToolKitPlus, there is also a basic video example, within you can point a marker and you got a message in the console with the id number and the matrix position. I will do a more elaborate example in a future. |
Beta Was this translation helpful? Give feedback.
-
Now artoolkitplus-ts is part of the AR.js org and i published the first npm package. |
Beta Was this translation helpful? Give feedback.
-
ARToolKitPlus as explained in the README.md
is an extended version of ARToolKit's vision code that adds features, but breaks compatibility due to a new class-based API.
Maybe it worth to develop a web version and i started to port to Javascript and Typescript in this my repository artoolkitplus-ts. Not all the code is ported yet, and i have to say this project in an infancy stage, but there are some rough example to test if you want to try.@nicolocarpignoli @nickw1 it could be that this project could be an alternative approach to ARToolKit, maybe it could be in a future integrated into AR.js? In any case i will move the project to the AR-js-org
I will not have so much time in this period of the year ( but when i have...??) but i hope to move further soon.
There are some differences between artoolkit5-js (ARToolkit) and artoolkitplus-ts (ARToolKitPlus):
markerInfo
objectI will improve this table of comparison as i will have more time, i hope that you will find useful.
Documentation
For a general documentation: You can read this PDF
For a comparison between ARToolKit and ARToolKItPlus read this article
Beta Was this translation helpful? Give feedback.
All reactions