https://github.com/SamsungInternet/a-frame-demos
VR demos built with A-Frame
https://github.com/SamsungInternet/a-frame-demos
aframe aframevr demos samsung-internet
Last synced: 10 months ago
JSON representation
VR demos built with A-Frame
- Host: GitHub
- URL: https://github.com/SamsungInternet/a-frame-demos
- Owner: SamsungInternet
- License: mit
- Archived: true
- Created: 2016-08-18T11:48:16.000Z (almost 10 years ago)
- Default Branch: gh-pages
- Last Pushed: 2018-03-26T15:39:04.000Z (over 8 years ago)
- Last Synced: 2024-12-21T13:34:07.112Z (over 1 year ago)
- Topics: aframe, aframevr, demos, samsung-internet
- Language: JavaScript
- Homepage: https://samsunginternet.github.io/a-frame-demos/
- Size: 30.8 MB
- Stars: 19
- Watchers: 10
- Forks: 8
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE.md
Awesome Lists containing this project
README
# Samsung Internet A-Frame Demos
## Set up
The demos are collected together as a Jekyll site. To get it up and running...
### Linux
```bash
sudo apt-get install bundler zlib1g-dev libxml2-dev nodejs
bundle install
bundle exec jekyll serve
```
### Mac
```bash
gem install bundler
bundle install
jekyll serve
```
If you get an error "Failed to build gem native extension", you may need to set the bundler
to install under a different path and use this instead. See: [github.com/bundler/bundler/issues/4065](https://github.com/bundler/bundler/issues/4065)
### Windows
*Instructions coming soon*
Then you can view the site at the URL shown in the console (http://127.0.0.1:4000/a-frame-demos/).
## Net Magazine tutorial
If you are here for our Net Magazine Flickr carousel tutorial, you can find the code under
[flickr-carousel](flickr-carousel), or for a standalone version outside of the Jekyll site, see:
[github.com/poshaughnessy/aframe-flickr-carousel/](https://github.com/poshaughnessy/aframe-flickr-carousel/).