https://github.com/hzooly/batman_ar
🦇 [SCHOOL] Mobile application built with Ionic 2 & Wikitude Plugin (mainly built for iOS)
https://github.com/hzooly/batman_ar
android android-application augmented-reality augmented-reality-applications batman-ar batman-mobile cordova-plugin ionic-framework ios ios-app wikitude
Last synced: about 1 month ago
JSON representation
🦇 [SCHOOL] Mobile application built with Ionic 2 & Wikitude Plugin (mainly built for iOS)
- Host: GitHub
- URL: https://github.com/hzooly/batman_ar
- Owner: HZooly
- License: mit
- Created: 2017-03-01T13:17:12.000Z (over 9 years ago)
- Default Branch: master
- Last Pushed: 2017-10-20T16:08:56.000Z (over 8 years ago)
- Last Synced: 2025-04-01T21:50:55.727Z (about 1 year ago)
- Topics: android, android-application, augmented-reality, augmented-reality-applications, batman-ar, batman-mobile, cordova-plugin, ionic-framework, ios, ios-app, wikitude
- Language: JavaScript
- Homepage:
- Size: 164 MB
- Stars: 3
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- Contributing: CONTRIBUTING.md
- License: LICENSE
- Code of conduct: CODE_OF_CONDUCT.md
Awesome Lists containing this project
README
## Batman Mobile
**Batman Mobile** est une application développée à l'aide de *Ionic v2* et du plugin *Wikitude*.
Ce projet a été réalisé durant le cours de développement d'applications web mobiles en Licence Professionnelle CISIIE.
## Démo Vidéo
[Lien Youtube](https://www.youtube.com/watch?v=-WRip_Jx18M%29)
## Features
- Ionic v2 (tabs template)
- Augmented Reality (Wikitude)
- 3D Touch Compatible
- Vidéo & sous-titres
## Requis
- iOS 8.x et +
- Xcode 8.0 et + (OSX & macOS)
- Ionic CLI
- ```sudo npm install -g ionic```
## Installation
Cloner le dépot :
> $ git clone https://github.com/torzuoliH/batman_ar.git
> $ cd batman_ar/
> $ npm install
> $ ionic platform add ios
> $ ionic platform add android
> $ ionic build ios
> $ ionic build android
> $ cd platforms/ios/
- Ouvrir ```CisiieApp.xcodeproj``` dans Xcode
- Ajouter votre identifiant Apple Developer sur Xcode
- Build et run le projet
Il est possible de tester sur un émulateur iDevice, mais l'onglet Wikitude ne fonctionnera pas.
Le projet est également fonctionnel sur Android, vous pouvez le tester à l'aide de ```ionic emulate android``` ou en ouvrant le projet dans Android Studio.
## Screenshots
## Home ##

## Video page ##

## Augmented Reality View ##

## 3D Touch ##

## Contributeurs
* [**Hugo Torzuoli**](https://github.com/torzuoliH)