All Projects β†’ aframevr β†’ Aframe Site

aframevr / Aframe Site

Licence: mit
πŸ…°οΈ Official A-Frame site.

Programming Languages

javascript
184084 projects - #8 most used programming language

Labels

Projects that are alternatives of or similar to Aframe Site

Aframe Extras
Add-ons and helpers for A-Frame VR.
Stars: ✭ 722 (+825.64%)
Mutual labels:  aframe
Aframe Camera Transform Controls Component
Camera transform controls component for A-Frame
Stars: ✭ 47 (-39.74%)
Mutual labels:  aframe
Aframe Vimeo Component
Stream Vimeo videos into WebVR.
Stars: ✭ 62 (-20.51%)
Mutual labels:  aframe
Aframe Joystick
An aframe component for "wasd"-like motion on mobile
Stars: ✭ 18 (-76.92%)
Mutual labels:  aframe
Aframe Terrain Model Component
Create terrain for A-Frame scenes with data!
Stars: ✭ 38 (-51.28%)
Mutual labels:  aframe
Hubs
Duck-themed multi-user virtual spaces in WebVR. Built with A-Frame.
Stars: ✭ 1,059 (+1257.69%)
Mutual labels:  aframe
Aframe Inspector
πŸ” Visual inspector tool for A-Frame. Hit *<ctrl> + <alt> + i* on any A-Frame scene.
Stars: ✭ 469 (+501.28%)
Mutual labels:  aframe
A Mmd
A-Frame MMD component
Stars: ✭ 74 (-5.13%)
Mutual labels:  aframe
Aframe Phantomjs Continuous Streaming
Browse the web in VR by live streaming a web page into Aframe using PhantomJS and ffmpeg.
Stars: ✭ 40 (-48.72%)
Mutual labels:  aframe
Aframe Forcegraph Component
Force-directed graph component for A-Frame
Stars: ✭ 60 (-23.08%)
Mutual labels:  aframe
Js13k 2017
πŸ–ΌοΈ Vernissage !
Stars: ✭ 26 (-66.67%)
Mutual labels:  aframe
Aframe Preloader Component
A preloading bar that automatically displays while scene assets load.
Stars: ✭ 27 (-65.38%)
Mutual labels:  aframe
Superframe
πŸ“¦ A super collection of A-Frame components.
Stars: ✭ 1,061 (+1260.26%)
Mutual labels:  aframe
Networked Aframe
A web framework for building multi-user virtual reality experiences.
Stars: ✭ 803 (+929.49%)
Mutual labels:  aframe
Mathworldvr
Math world in WebVR, powered by A-frame.
Stars: ✭ 73 (-6.41%)
Mutual labels:  aframe
A Painter
🎨 Paint in VR in your browser.
Stars: ✭ 539 (+591.03%)
Mutual labels:  aframe
Webxr Webpack Boilerplate
Starter Kit for building rich, immersive WebXR projects (featuring A-Frame) PWA with Webpack and SASS
Stars: ✭ 48 (-38.46%)
Mutual labels:  aframe
Aframe React
:atom: Build virtual reality experiences with A-Frame and React.
Stars: ✭ 1,199 (+1437.18%)
Mutual labels:  aframe
3dstreet
🚲🚢🚌 Web-based 3D visualization of streets using A-Frame
Stars: ✭ 74 (-5.13%)
Mutual labels:  aframe
Web Ar Experiment
Experimenting with WebAR
Stars: ✭ 59 (-24.36%)
Mutual labels:  aframe

aframe-site

Powers the A-Frame Site.

This site is built using hexo. Site content is written in Markdown (and located in the src/ directory). Pull requests are welcome!

Local Development

Clone this repository:

git clone [email protected]:aframevr/aframe-site.git && cd aframe-site

To install the dependencies and start the local development server:

npm install && npm run installdocs && npm start

If you are testing something related to the A-Frame examples, you can set up local configuration settings to point the examples to your local A-Frame examples:

cp _config.local.yml.dist _config.local.yml

Then load http://localhost:4000/!

You may need to occasionally need to restart the server if you cause breaking changes. Just proceed as usual. When developing on the site scripts, generators, and helpers in scripts/, you will need to restart the server on every change.

Testing Documentation

Documentation lives in the A-Frame GitHub repo.

First, clone the A-Frame GitHub repo.

cd aframe
npm link

And then link aframe-site to aframe:

cd aframe-site
npm link aframe

Then the master documentation will update as you work on them from the A-Frame repository. This works because we have pointed the A-Frame site, via a soft symbolic link, to the documentation installed in node_modules/aframe/docs/.

Old versions of documentation are handled through multidep.json. Run npm run bumpdocs to try to pull the latest documentation from GitHub branches (e.g., aframevr/aframe#docs-v0.3.0).

Deployment

Push changes to GitHub, and @a-frobot will automatically deploy the site.

Search

The documentation search service is hosted by Algolia DocSearch. The indexing configuration can be found at the DocSearch config repo.

Credits

Source adopted from Vue's site.

License

Licensed under The MIT License.

Note that the project description data, including the texts, logos, images, and/or trademarks, for each open source project belongs to its rightful owner. If you wish to add or remove any projects, please contact us at [email protected].