Giter Site home page Giter Site logo

wikitude / wikitude-titanium Goto Github PK

View Code? Open in Web Editor NEW
43.0 17.0 38.0 239.49 MB

Wikitude's Augmented Reality Module for Titanium - working together with the Wikitude SDK library for Android and iOS. Provides image recognition and tracking, instant tracking, object recognition, geo-based augmente reality and 3D rendering and animations in an augmented reality scene.

Home Page: https://www.wikitude.com

CSS 6.93% HTML 11.28% JavaScript 81.79%
javascript augmente-reality titanium wikitude-sdk

wikitude-titanium's Introduction

Augmented Reality - Wikitude SDK Module

by Wikitude GmbH - www.wikitude.com

The first Titanium Module enabling to put augmented reality into an Appcelerator based application The provided sample projects for Android and iOS demo the most common usecases. Details about functionality and features of the most current version can be found on our website

Documentation & Samples

**Note: This plugin has hard and software requirements for Android and iOS devices and does not run on a desktop browser. **

The Wikitude Module is under Apache 2.0 license (see below), where the Wikitude SDK library (pre-bundled) itself follows a proprietary license scheme (see LICENSE.MD for details).

LICENSE

   Copyright 2012-2018 Wikitude GmbH, https://www.wikitude.com

   Licensed under the Apache License, Version 2.0 (the "License");
   you may not use this file except in compliance with the License.
   You may obtain a copy of the License at

       http://www.apache.org/licenses/LICENSE-2.0

   Unless required by applicable law or agreed to in writing, software
   distributed under the License is distributed on an "AS IS" BASIS,
   WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
   See the License for the specific language governing permissions and
   limitations under the License.

wikitude-titanium's People

Contributors

andreasschacherbauer avatar andreasschacherbauerwikitude avatar danielguttenberg avatar giacmarangoni avatar pnagele avatar rolandh-wikitude avatar wikitude-gabriele avatar

Stargazers

 avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar

Watchers

 avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar

wikitude-titanium's Issues

VideoDrawables in iOS

Hello. It is a great product.
By the way, are there any plans to operate the VideoDrawables in iOS?

License Violation Detected

When I try use your sample project I recive this alert:

License Violation Detected

Any clue? Thank you!!!

Unable to build

I want to try implement AR in my app. So i tried to use this module. But it can't work....in iPhone the build failed with this error:

[ERROR] :  ** BUILD FAILED **
[ERROR] :  The following build commands failed:
[ERROR] :   Ld build/Debug-iphonesimulator/ModuleSamples.app/ModuleSamples normal i386
[ERROR] :  (1 failure)

And in android, even though it runs on device, when I try the function, it says requested module not found. I've copy the modules inside WikitudeTitaniumSample to the Titanium folder on my mac.

Why is this happening?

Android sample crashes on start up

Hi there,

I'm trying to run the Android sample on device but it's crashing as soon as it starts with the following error:

[ERROR] art: dlopen("/data/app/com.wikitude.titaniumsample-1/lib/arm/libcom.wikitude.ti.so", RTLD_LAZY) failed: dlopen failed: cannot locate symbol "__exidx_end" referenced by "libcom.wikitude.ti.so"...
[ERROR] TiApplication: (KrollRuntimeThread) [40,162] Sending event: exception on thread: KrollRuntimeThread msg:java.lang.UnsatisfiedLinkError: dlopen failed: cannot locate symbol "__exidx_end" referenced by "libcom.wikitude.ti.so"...; Titanium 3.5.1,2015/03/05 10:08,96875c9
[ERROR] TiApplication: java.lang.UnsatisfiedLinkError: dlopen failed: cannot locate symbol "__exidx_end" referenced by "libcom.wikitude.ti.so"...
[ERROR] TiApplication:  at java.lang.Runtime.loadLibrary(Runtime.java:371)
[ERROR] TiApplication:  at java.lang.System.loadLibrary(System.java:989)
[ERROR] TiApplication:
[ERROR] TiApplication:  at org.appcelerator.kroll.runtime.v8.V8Runtime.initRuntime(V8Runtime.java:99)
[ERROR] TiApplication:  at org.appcelerator.kroll.KrollRuntime.doInit(KrollRuntime.java:185)
[ERROR] TiApplication:  at org.appcelerator.kroll.KrollRuntime$KrollRuntimeThread.run(KrollRuntime.java:109)
[ERROR] AndroidRuntime: FATAL EXCEPTION: KrollRuntimeThread
[ERROR] AndroidRuntime: Process: com.wikitude.titaniumsample, PID: 11982
[ERROR] AndroidRuntime: java.lang.UnsatisfiedLinkError: dlopen failed: cannot locate symbol "__exidx_end" referenced by "libcom.wikitude.ti.so"...
[ERROR] AndroidRuntime:     at java.lang.Runtime.loadLibrary(Runtime.java:371)
[ERROR] AndroidRuntime:     at java.lang.System.loadLibrary(System.java:989)
[ERROR] AndroidRuntime:     at org.appcelerator.kroll.runtime.v8.V8Runtime.loadExternalModules(V8Runtime.java:132)
[ERROR] AndroidRuntime:     at org.appcelerator.kroll.runtime.v8.V8Runtime.initRuntime(V8Runtime.java:99)
[ERROR] AndroidRuntime:     at org.appcelerator.kroll.KrollRuntime.doInit(KrollRuntime.java:185)
[ERROR] AndroidRuntime:     at org.appcelerator.kroll.KrollRuntime$KrollRuntimeThread.run(KrollRuntime.java:109)

I can confirm that I've installed the com.wikitude.ti android module into /modules directory of my project. I can see the file mentioned in the error message above in /modules/android/com.wikitude.ti/4.1.0/libs/armeabi and in armeabi-v7a and x86 directories aswell.

My environment is as follows:

  • OSX 10.10
  • Wikitude SDK 4.1.0
  • Ti SDK 3.5.0.GA
  • Ti CLI 4.1.0
  • Samsung Galaxy S5 running Android 5.0

iOS Trail SDk

in iOS "TRAIL" word in screen and not example work

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.