Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/liyasthomas/lvr
π Augmented Reality for everyone - Out of the world experiences
https://github.com/liyasthomas/lvr
a-frame aframe ar arjs augmented-reality liyasthomas polymer three-js threejs virtual-reality vr webar webvr
Last synced: 4 months ago
JSON representation
π Augmented Reality for everyone - Out of the world experiences
- Host: GitHub
- URL: https://github.com/liyasthomas/lvr
- Owner: liyasthomas
- License: mit
- Created: 2018-04-13T18:33:34.000Z (almost 7 years ago)
- Default Branch: main
- Last Pushed: 2023-04-24T00:40:48.000Z (almost 2 years ago)
- Last Synced: 2024-09-29T05:22:02.085Z (4 months ago)
- Topics: a-frame, aframe, ar, arjs, augmented-reality, liyasthomas, polymer, three-js, threejs, virtual-reality, vr, webar, webvr
- Language: HTML
- Homepage: https://liyasthomas.github.io/lvr
- Size: 46.8 MB
- Stars: 98
- Watchers: 4
- Forks: 9
- Open Issues: 2
-
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
- vr-resources - Augmented Reality for everyone - Out of the world experiences, built using A-Frame
README
[![Build Status](https://travis-ci.com/liyasthomas/lvr.svg?branch=master)](https://travis-ci.com/liyasthomas/lvr) [![GitHub release](https://img.shields.io/github/release/liyasthomas/lvr/all.svg)](https://github.com/liyasthomas/lvr/releases/latest) [![repo size](https://img.shields.io/github/repo-size/liyasthomas/lvr.svg)](https://github.com/liyasthomas/lvr/archive/master.zip) [![license](https://img.shields.io/github/license/liyasthomas/lvr.svg)](https://github.com/liyasthomas/lvr/blob/main/LICENSE) [![contributions welcome](https://img.shields.io/badge/contributions-welcome-brightgreen.svg?style=flat)](https://github.com/liyasthomas/lvr/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)
# Lvr
### :eyeglasses: Virtual reality for everyone by [Liyas Thomas](https://github.com/liyasthomas)
### Features :sparkles:
:eyeglasses: **Virtual Reality made simple**: Lvr contains the 3D and [WebVR](https://webvr.info) boilerplates required to get running across platforms including mobile, desktop, Vive, and Rift. It works on any phone with [WebGL](https://caniuse.com/#feat=webgl) and [WebRTC](https://caniuse.com/#feat=stream).
:heart: **Declarative HTML**: HTML is easy to read and copy-and-paste. Since Lvr can be used from HTML, Lvr is accessible to everyone: web developers, VR enthusiasts, educators, artists, makers, kids. It is completely open source and free of charge!
:electric_plug: **Entity-Component Architecture**: Lvr is a powerful framework on top of [three.js](https://github.com/mrdoob/three.js), providing a declarative, composable, reusable entity-component structure. While Lvr can be used from HTML, developers have unlimited access to JavaScript, DOM APIs, three.js, [WebVR](https://webvr.info), and [WebGL](https://caniuse.com/#feat=webgl).
:zap: **Performance**: Lvr is a thin framework on top of [AR.js](https://github.com/jeromeetienne/AR.js) and [A-Frame](https://github.com/aframevr/aframe). Although A-Frame uses the DOM, A-Frame does not touch the browser layout engine. Performance is a top priority, being battle-tested on highly interactive [WebVR](https://webvr.info) experiences. It runs efficiently even on mobile phones!
:globe_with_meridians: **Cross-Platform**: Build VR applications for Vive, Rift, Daydream, GearVR, and Cardboard. Don't have a headset or controllers? No problem! Lvr still works on standard desktop and smartphones. It is a pure web solution, so no installation required. Full JavaScript based on [three.js](https://github.com/mrdoob/three.js) + [jsartoolkit5](https://github.com/artoolkit/jsartoolkit5).
---
## 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 that supports [WebVR](https://webvr.info). Works best with Chrome on Android devices. You can still experience [WebVR](https://webvr.info) content in other browsers on Android and iOS, but it might not be as smooth since those browsers donβt fully support [WebVR](https://webvr.info)
- [Wonder]()! :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!
1. Open [marker image from here](https://github.com/liyasthomas/lvr/blob/main/assets/images/patterns/barcode/1.png) in your browser.
2. Open my [augmented reality web app](https://liyasthomas.github.io/lvr) in your phone browser. Give permissions to access camera. Scan marker image with your camera.You're done! It will open a web page which read the phone's webcam, localize a marker and add 3D on top of it.
### 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.---
## Built with
- **[AR.js](https://github.com/jeromeetienne/AR.js)** - For efficient augmented reality for the web
- [three.js](https://github.com/mrdoob/three.js) - For being a great library to do 3d on the web
- [ARToolKit](https://github.com/artoolkit/artoolkit5) - Years of development and experiences on doing augmented reality
- [emscripten](https://github.com/kripken/emscripten) and [asm.js](https://github.com/dherman/asm.js) - Thus we could compile ARToolKit C into JavaScript
- **[A-Frame](https://github.com/aframevr/aframe)** - Web framework for building virtual reality experiences
- **[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/lvr).
---
## 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/lvr/releases).
---
## Authors
### Lead Developers
- [**Liyas Thomas**](https://github.com/liyasthomas) - _Author_
### Thanks
- [Jerome Etienne](https://github.com/jeromeetienne) - For [AR.js](https://github.com/jeromeetienne/AR.js)
See also the list of [contributors](https://github.com/liyasthomas/lvr/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.
---
## Change log
See the [CHANGELOG](CHANGELOG.md) file for details.
---
## Acknowledgments
- Hat tip to anyone who's code was used
- Inspirations:
- [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)
- [YouTube](https://www.youtube.com)
- [A-Frame](https://aframe.io)
- [three.js](https://threejs.org)
- [CodePen](https://codepen.io)
- [GitHub](https://github.com)