buildar / awe.js

The jQuery for the Augmented Web
515 stars 113 forks source link

Question: add custom Marker, Documentation #15

Closed TheCell closed 7 years ago

TheCell commented 8 years ago

Hey there got the marker 64 working on my demo and can change the displayed object etc. but I struggle to add a custom marker. Can somebody hint me in the right direction? I don't get where the marker 64 is loaded into the detector at all. Is there a documentation vor awe.js? Or even the underlying JSARToolkit?

BennettWerner commented 8 years ago

Found the markers, they are in the JSARToolKit-master/demos/markers

https://github.com/kig/JSARToolKit

I'm also looking to add a custom marker

playwolf719 commented 7 years ago

@TheCell @BennettWerner Do you guys have any ideas about the custom marker

robman commented 7 years ago

Hi @playwolf719 / @TheCell / @BennettWerner - apologies for the lack of support. We've moved over to a new repos now (https://github.com/awe-media/awe.js) and will be closing out any issues left here soon.

The ARToolkit people have a tutorial on creating custom markers here https://artoolkit.org/documentation/doku.php?id=3_Marker_Training:marker_training

Hope that helps.

BTW: See the new examples/marker_ar - it's even easier to bind pois to marker id's now.

I'll close this now but shout if you have any other questions.

playwolf719 commented 7 years ago

@robman Thx, guys