Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Developing code for marker management #6

Open
5 tasks
kalwalt opened this issue Aug 16, 2019 · 4 comments
Open
5 tasks

Developing code for marker management #6

kalwalt opened this issue Aug 16, 2019 · 4 comments
Labels
code design All about coding design enhancement New feature or request High priority !! High priority issue!

Comments

@kalwalt
Copy link
Collaborator

kalwalt commented Aug 16, 2019

At the moment ArtoolkitX.js has not all his power, we need to extend his functionality. I want to collect here a series of functions that can be useful and we need/want. I was wondering if we should follow the code structure of jsartollkit5 or decide for other solutions. Because AR.js is based on jsartoolkit5 i would not break too much the jsartoolkit5 code structure. We can think to add or change the code that not works well or has some bug.
Anyway this is the list, to be completed:

  • getMarkerInfo as in jsartoolkit5 you can get idPatt, position, vertex and other data
  • debugMarker to display a simple square rect and a point in the middle of the marker, for debugging pourposes
  • detectMarker not sure if it is needed with the new API...
  • transMat get the transformation matrix
  • getMarkerNum to retrieve the number of markers
@kalwalt kalwalt added enhancement New feature or request code design All about coding design High priority !! High priority issue! labels Aug 16, 2019
@ThorstenBux
Copy link

ThorstenBux commented Aug 17, 2019 via email

@kalwalt
Copy link
Collaborator Author

kalwalt commented Aug 17, 2019

The thing with ar.js and jsartoolkit5 is that I wrote artoolkitX.js in a modern way. With ES6 meaning
won’t easily go together with AR.js anyways, so we can just as well break the api .

I realized this, and at the moment i will concentrate my effort to develop ArtoolkitX.js. I like Ar.js but maybe we are in a early stage to think about integration, and other problems.

@ThorstenBux
Copy link

ThorstenBux commented Aug 18, 2019 via email

@kalwalt
Copy link
Collaborator Author

kalwalt commented Aug 18, 2019

I have a basic working example ☺.
Need to polish that and then I can push it.

i will consider as a real gift! 😃

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
code design All about coding design enhancement New feature or request High priority !! High priority issue!
Projects
None yet
Development

No branches or pull requests

2 participants