James Milner

Results 38 issues of 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.

help wanted
good first issue

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...

enhancement
help wanted

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...

long term

And also add them to the index page

help wanted
good first issue

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...

tech debt

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.

enhancement
question
long term

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...

help wanted
question

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...

help wanted
good first issue
tech debt

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...

enhancement
help wanted