Vuforia Java API integrated with jPCT

Started by billda, July 30, 2014, 11:26:30 AM

Previous topic - Next topic

billda

Hi, I have seen tutorials and many forum posts about integrating vuforia with jpct but all these posts were about native vufori api based on ImageTargetNative example. Is it possible to use only Vuforia Java API with no need to write C++ code and if it is, is there some kind of example how to do this?

Thanks

billda

Well, I figure it out, I have tried to port renderFrame method from C++ to Java and it works .. here is my ImageTargetRenderer class: http://pastebin.com/hCVFik5A

EgonOlsen

If that really works, i would like to add it to the wiki. But i've no clue about Vuforia, so i'm not sure where to put it and what top write about it. Do you want a wiki account to add it to the wiki with some additional description? Or can you at least tell me what part of the current, native how-to it replaces?

billda

I could send you my Example project with some steps I've made. I was using this project that successfuly integrated your tutorial from wiki about vuforia and jPCT - https://github.com/sidneibjunior/vuforia-jpct . Maybe you could add this link to that tutorial either.

EgonOlsen

Yes, an example project would be nice... ;)