James Milner
James Milner
This PR brings @drewbo PR for this issue (#847) up to speed with master. The aim here is to pass userProperties to midpoints and vertices, and in turn allow them...
Alongside TypeDoc documentation and examples we should have some short guide that explains how to do basic operations like setup a marker.
At the moment the video source works completely on the basis that the element is full screen. This is a pretty large assumption and it would be nice to be...
It might be possible to get a more optimal build that exports to an ES6 Module if we build our own verison of ARToolkit, potentially stripping out all the Node...
And also add them to the index page
It is very plausible some of the code in these files will be entirely unused and can probably be deleted. The code was ported from ar.js and it was hard...
Assuming the data transfer times are low and that `ARToolkit.detectMarker` doesn't touch the DOM or related APIs, there's no reason we could put it into a worker.
It would be good to test the library in an actual browser. I'm not sure how realistic this is in as we'd probably need to mock `getUserMedia` and some other...
At the moment most of the source code is typed as `any` which is a start but not particularly useful. Some of the types might require some runtime inspection because...
Labelgun has the ability to set a label to be 'dragged' which in turn makes it's weight infinite and always shown in the collision calculations. An example in Leaflet or...