Author Topic: Vuforia Java API integrated with jPCT  (Read 2794 times)

Offline billda

  • byte
  • *
  • Posts: 12
    • View Profile
Vuforia Java API integrated with jPCT
« on: July 30, 2014, 11:26:30 am »
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

Offline billda

  • byte
  • *
  • Posts: 12
    • View Profile
Re: Vuforia Java API integrated with jPCT
« Reply #1 on: July 30, 2014, 12:35:32 pm »
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

Offline EgonOlsen

  • Administrator
  • quad
  • *****
  • Posts: 12295
    • View Profile
    • http://www.jpct.net
Re: Vuforia Java API integrated with jPCT
« Reply #2 on: July 30, 2014, 09:43:35 pm »
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?

Offline billda

  • byte
  • *
  • Posts: 12
    • View Profile
Re: Vuforia Java API integrated with jPCT
« Reply #3 on: July 31, 2014, 08:52:07 am »
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.

Offline EgonOlsen

  • Administrator
  • quad
  • *****
  • Posts: 12295
    • View Profile
    • http://www.jpct.net
Re: Vuforia Java API integrated with jPCT
« Reply #4 on: July 31, 2014, 08:09:37 pm »
Yes, an example project would be nice... ;)