Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/liyasthomas/aeiou
🔮 Web platform to make augmented reality fun & interactive - Your augmented reality workspace
https://github.com/liyasthomas/aeiou
augmented-reality diy firebase liyasthomas polymer polymer-3
Last synced: about 1 month ago
JSON representation
🔮 Web platform to make augmented reality fun & interactive - Your augmented reality workspace
- Host: GitHub
- URL: https://github.com/liyasthomas/aeiou
- Owner: liyasthomas
- License: mit
- Created: 2018-10-16T15:09:32.000Z (about 6 years ago)
- Default Branch: master
- Last Pushed: 2021-01-24T15:04:35.000Z (almost 4 years ago)
- Last Synced: 2024-08-13T03:04:31.000Z (3 months ago)
- Topics: augmented-reality, diy, firebase, liyasthomas, polymer, polymer-3
- Language: JavaScript
- Homepage: https://lean-vr.web.app/
- Size: 2.89 MB
- Stars: 20
- Watchers: 5
- Forks: 6
- Open Issues: 1
-
Metadata Files:
- Readme: README.md
- Changelog: CHANGELOG.md
- Contributing: CONTRIBUTING.md
- Funding: .github/FUNDING.yml
- License: LICENSE
- Code of conduct: CODE_OF_CONDUCT.md
Awesome Lists containing this project
README
[![Build Status](https://travis-ci.com/liyasthomas/aeiou.svg?branch=master)](https://travis-ci.com/liyasthomas/aeiou) [![GitHub release](https://img.shields.io/github/release/liyasthomas/aeiou/all.svg)](https://github.com/liyasthomas/aeiou/releases/latest) [![repo size](https://img.shields.io/github/repo-size/liyasthomas/aeiou.svg)](https://github.com/liyasthomas/aeiou/archive/master.zip) [![license](https://img.shields.io/github/license/liyasthomas/aeiou.svg)](https://github.com/liyasthomas/aeiou/blob/master/LICENSE) [![contributions welcome](https://img.shields.io/badge/contributions-welcome-brightgreen.svg?style=flat)](https://github.com/liyasthomas/aeiou/issues) [![Website](https://img.shields.io/website-up-down-green-red/https/shields.io.svg?label=website)](https://liyas-thomas.firebaseapp.com) [![Donate](https://img.shields.io/badge/$-donate-ff69b4.svg)](https://www.paypal.me/liyascthomas)
# AEIOU
### 🔮 Web platform to make augmented reality fun & interactive! by [Liyas Thomas](https://github.com/liyasthomas)
### Features :sparkles:
:eyeglasses: **Virtual Reality made simple**
:heart: **Declarative HTML**
:electric_plug: **Entity-Component Architecture**
:zap: **Performance**
:globe_with_meridians: **Cross-Platform**
---
## Getting started
These instructions will get you a copy of the project up and running on your local machine for development and testing purposes. See deployment for notes on how to deploy the project on a live system.
### Prerequisites
What things you need to install the software and how to install them.
* A device which supports [WebGL](https://caniuse.com/#feat=webgl) and [WebRTC](https://caniuse.com/#feat=stream) with a working camera input
* Internet connection
* A web browser
* [Wonder](https://en.wikipedia.org/wiki/Wonder_(emotion))! :heart:### Demo: Try it on mobile :iphone:
It works on all platforms. Android, iOS and Windows phone. It runs on **any browser with [WebGL](https://caniuse.com/#feat=webgl) and [WebRTC](https://caniuse.com/#feat=stream)** (for iOS, you need to update to iOS 11).
Try on your phone in only two easy steps, check it out!
* Step 1: Open this [marker image](https://github.com/liyasthomas/lvr/tree/master/assets/patterns).
* Step 2: Visit this [web page](https://liyasthomas.github.io/lvr)
* Step 3: Scan the marker to experience AR!You're done!
### Installing
A step by step series of examples that tell you've to get a development environment running.
1. Download the whole zip/clone the repository.
2. Unzip and make changes.
3. Save and deploy to any hosting platforms like Firebase, GitHub pages etc.---
## Running the tests
Explain how to run the automated tests for this system.
### Break down into end to end tests
Explain what these tests test and why.
```
Will be explained later
```### And coding style tests
Explain what these tests test and why.
```
Will be explained later
```---
## Deployment
Add additional notes about how to deploy this on a live system.
```
Will be explained later
```---
## Built with
* [AR.js](https://github.com/jeromeetienne/AR.js)
* [three.js](https://github.com/mrdoob/three.js)
* [A-Frame](https://github.com/aframevr/aframe)
* **[Polymer](https://polymer-project.org)**
* **[Web Components](https://webcomponents.org)**
* **[Chromium](https://github.com/chromium/chromium)** - Thanks for being so fast!
* HTML - For the web framework
* CSS - For styling components---
## Contributing
Please read [CONTRIBUTING](CONTRIBUTING.md) for details on our [CODE OF CONDUCT](CODE_OF_CONDUCT.md), and the process for submitting pull requests to us.
---
## Continuous Integration
We use [Travis CI](https://travis-ci.com) for continuous integration. Check out our [Travis CI Status](https://travis-ci.com/liyasthomas/aeiou).
---
## Versioning
This project is developed by [Liyas Thomas](https://github.com/liyasthomas) using the [Semantic Versioning specification](https://semver.org). For the versions available, see the [releases on this repository](https://github.com/liyasthomas/aeiou/releases).
---
## Change log
See the [CHANGELOG](CHANGELOG.md) file for details.
---
## Authors
### Lead Developers
* [**Liyas Thomas**](https://github.com/liyasthomas) - *Author*### Thanks
* [Sample](https://www.google.com) - For [Sample](https://www.google.com)See the list of [contributors](https://github.com/liyasthomas/aeiou/graphs/contributors) who participated in this project.
---
## License
This project is licensed under the [MIT License](https://opensource.org/licenses/MIT) - see the [LICENSE](LICENSE) file for details.
---
## Acknowledgments
* Hat tip to anyone who's code was used
* Inspirations:
* [A-Frame](https://aframe.io)
* [Google VR](https://vr.google.com)
* [Google ARCore](https://developers.google.com/ar)
* [Google WebVR Experiments](https://experiments.withgoogle.com/webvr)
* [Google AR Experiments](https://experiments.withgoogle.com/ar)
* [Apple ARKit](https://developer.apple.com/arkit)
* [Microsoft HoloLens](https://www.microsoft.com/en-us/hololens)