HalfdanJ / ofxARCore

Experimental addon for openFrameworks to use ARCore on Android devices
Apache License 2.0
182 stars 29 forks source link

Update to ARCore 1.0 #13

Open HalfdanJ opened 6 years ago

HalfdanJ commented 6 years ago

Code needs to be updated to ARCore 1.0. It seems like there is no longer a aar file that can be downloaded, but its now instead done with gradle depenencies. But adding the tag

allprojects {
repositories {
    google()
        ...

wont play well with gradle-experimental.

It seems its the same for both c++ and java implementation.

Any ideas @danzeeeman ?

danzeeeman commented 6 years ago

no idea....

I thought repositories worked fine?

HalfdanJ commented 6 years ago

Seems like google() isn't... And that gradle-experimental is deprectaed due to change of plans upstream in gradle.....

johanjohan commented 5 years ago

hey @danzeeeman @HalfdanJ , any plans to update this plugin to the latest API version, which i believe is 1.4 as of this writing? I hear that the current ARcore has new features.

danzeeeman commented 5 years ago

I have no plans to update to addon.

How do I unsubscribe from this repo again?

On Tue, Sep 18, 2018 at 3:47 PM Johanson Johan Johan < notifications@github.com> wrote:

hey @danzeeeman https://github.com/danzeeeman @HalfdanJ https://github.com/HalfdanJ , any plans to update this plugin to the latest API version, which i believe is 1.4 as of this writing? I hear that the current ARcore has new features.

— You are receiving this because you were mentioned. Reply to this email directly, view it on GitHub https://github.com/HalfdanJ/ofxARCore/issues/13#issuecomment-422525895, or mute the thread https://github.com/notifications/unsubscribe-auth/AAr6zNCPovDz-iToQ4BnrxlBxnJROb32ks5ucU3DgaJpZM4Slz6B .

-- Dan Moore Staff Design Technologist at Squarespace makeitdoathing.com @theDANtheMAN dan@makeitdoathing.com

johanjohan commented 5 years ago

I have no plans to update to addon. How do I unsubscribe from this repo again?

@danzeeeman why is that, was that a paid commission, is it technically problematic or is there just no time?

danzeeeman commented 5 years ago

I have no plans to work or update this in the near or distant future.

Please stop @'ing me

On Wed, Sep 19, 2018, 4:49 AM Johanson Johan Johan notifications@github.com wrote:

I have no plans to update to addon. How do I unsubscribe from this repo again?

@danzeeeman https://github.com/danzeeeman why is that, was that a paid commission, is it technically problematic or is there just no time?

— You are receiving this because you were mentioned. Reply to this email directly, view it on GitHub https://github.com/HalfdanJ/ofxARCore/issues/13#issuecomment-422714477, or mute the thread https://github.com/notifications/unsubscribe-auth/AAr6zCkDmRHlu4IOL1jCSDoA4v2czfBsks5ucgUygaJpZM4Slz6B .

HalfdanJ commented 5 years ago

Hey @johanjohan, I hope to get around it soon. I unfortunately haven't had a good project to do it under in a while. I'd like to move over to the c++ API, but realistically it's probably a pretty big undertaking.

johanjohan commented 5 years ago

Hey @HalfdanJ that is good news out of the blue. Thx!