-
Notifications
You must be signed in to change notification settings - Fork 129
Feature request: javascript version of the new ArtoolkitX. #83
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
Comments
Hi Walter,
I have done that already and had a PR opened at one stage. I can dig that back out and we can take it from there. I also already have a JS API in place to use it 😀.
Get Outlook for iOS<https://aka.ms/o0ukef>
…________________________________
From: Walter Perdan <notifications@github.com>
Sent: Tuesday, May 14, 2019 6:48:13 AM
To: artoolkitx/artoolkitx
Cc: Subscribed
Subject: [artoolkitx/artoolkitx] Feature request: javascript version of the new ArtoolkitX. (#83)
I am not sure if this is a a feature request, honestly i would port it with emscripten but i would to know if you have plan to do this already.
Actually i'm trying to do this but i am not sure if my approach is the best. Since the project has switched to the cmake system the emconfigure ./Configure command can not be used., It should be done with emconfigure and cmake but for now the only result was only to configure the lib.
What should be the best approach for doing this? And waht system apply ? Cmake or rewriting a configure - makefile system?
Thanks in advance,
Walter
—
You are receiving this because you are subscribed to this thread.
Reply to this email directly, view it on GitHub<https://eur03.safelinks.protection.outlook.com/?url=https%3A%2F%2Fgithub.com%2Fartoolkitx%2Fartoolkitx%2Fissues%2F83%3Femail_source%3Dnotifications%26email_token%3DAD765PDMYJLT4NFL4M2F2QTPVGZW3A5CNFSM4HMSOZ5KYY3PNVWWK3TUL52HS4DFUVEXG43VMWVGG33NNVSW45C7NFSM4GTP74TA&data=02%7C01%7C%7Cd04c8e3f33ba4e0ec34108d6d7d38e69%7C84df9e7fe9f640afb435aaaaaaaaaaaa%7C1%7C0%7C636933700957458143&sdata=qGOuy6OLEXYh3QohQvxChJd2Fr0x6MFHA0oS4rUe2po%3D&reserved=0>, or mute the thread<https://eur03.safelinks.protection.outlook.com/?url=https%3A%2F%2Fgithub.com%2Fnotifications%2Funsubscribe-auth%2FAD765PHZERX62IH35NUUFQLPVGZW3ANCNFSM4HMSOZ5A&data=02%7C01%7C%7Cd04c8e3f33ba4e0ec34108d6d7d38e69%7C84df9e7fe9f640afb435aaaaaaaaaaaa%7C1%7C0%7C636933700957468149&sdata=sIBbiOxx0EF%2BxWOltb8bjGHy2oi7HXCzQIDr9yK2PmI%3D&reserved=0>.
|
Wow @ThorstenBux ! That's a great news indeed! i see that is also an emscripten branch in the repo... |
@ThorstenBux yes it is, thank you for the answer. 💯 |
@ThorstenBux any news on this side? |
@kalwalt first shot here: https://github.com/augmentmy-world/artoolkitX.js |
@ThorstenBux thank you! i tested but can't find some files... the
+ [submodule "Source/extras/artoolkitx"]
- [submodule "Source/Extras/artoolkitx"]
+ path = Source/extras/artoolkitx
- path = Source/Extras/artoolkitx
url = git@github.com:artoolkitx/artoolkitx.git then i run ./build.sh
+ test 0 -gt 0
+ '[' ']'
+ echo 'start download of libs'
start download of libs
+ cd /home/walter/kalwalt-github/artoolkitX.js/Source
+ install_plugin
++ cat ../version.txt
cat: ../version.txt: File o directory non esistente
+ VERSION= probably needs a branch or files not yet in place? |
enabled issue tracking on the repo. Lets continue the discussion there |
For anyone interested there is a WIP PR here augmentmy-world/artoolkitX.js#2 |
Hi @philip-lamb does it possible to use artoolkitx latest version 1.1.22 with Emscripten? I'm trying to convert my old project ARToolkitX-ts based on @ThorstenBux artoolkitx_em_2d to new artoolkitx code. I suppose that should be possible but my code can not detect or track anything. I suppose that the problem reside in pushing the video data to the ARController but i'm not sure how to accomplish this task. Can you give me some hints about this? I didn't find any example on the repository. If you prefer i can open a new issue because this one is very old... |
I discovered that arunityx does support Emscripten, so i suppose it's possible to deploy a Web version with it. Looking into the arunityx code i found a partial solution. I will open an issue if i can't solve my issue. |
@kalwalt Indeed I have compiled the core libraries using Emscripten, but the missing piece to use this in a pure web environment is a video input module capturing from Javascript's webcam API and connecting it into artoolkitX. The necessary support for pushing in video frames from an external source is all done though (and that is what is being used in the Unity plugin for Unity Web Player). Perhaps I'll have some time to build something soon. |
Thank you @philip-lamb for the answer, i stopped developing the code, but you give me the confirm of my suspects. I will try to add this support by myself but i will appreciate if you have the time to build it. I will share of course my result here. |
I am not sure if this is a a feature request, honestly i would port it with emscripten but i would to know if you have plan to do this already.
Actually i'm trying to do this but i am not sure if my approach is the best. Since the project has switched to the cmake system the
emconfigure ./Configure
command can not be used., It should be done with emconfigure and cmake but for now the only result was only to configure the lib.What should be the best approach for doing this? And waht system apply ? Cmake or rewriting a configure - makefile system?
Thanks in advance,
Walter
The text was updated successfully, but these errors were encountered: