All Projects → argonjs → argon-aframe

argonjs / argon-aframe

Licence: MIT, Apache-2.0 licenses found Licenses found MIT LICENSE Apache-2.0 LICENSE.txt
glue to use aframe to author argon applications

Programming Languages

javascript
184084 projects - #8 most used programming language
ruby
36898 projects - #4 most used programming language
CSS
56736 projects

Projects that are alternatives of or similar to argon-aframe

Aframe Joystick
An aframe component for "wasd"-like motion on mobile
Stars: ✭ 18 (-60%)
Mutual labels:  augmented-reality, aframe
lvr
👓 Augmented Reality for everyone - Out of the world experiences
Stars: ✭ 92 (+104.44%)
Mutual labels:  augmented-reality, aframe
kalwalt-interactivity-AR
Some various experiments with Ar.js and Three.js
Stars: ✭ 65 (+44.44%)
Mutual labels:  augmented-reality, aframe
Web Ar Experiment
Experimenting with WebAR
Stars: ✭ 59 (+31.11%)
Mutual labels:  augmented-reality, aframe
Ar Alphabets
Augmented Reality on Web (Web AR) for Kids to learn Alphabets with fun. AR on all Mobile Devices
Stars: ✭ 98 (+117.78%)
Mutual labels:  augmented-reality, aframe
Ar.js
Image tracking, Location Based AR, Marker tracking. All on the Web.
Stars: ✭ 3,048 (+6673.33%)
Mutual labels:  augmented-reality, aframe
Studio
An authoring platform to build Web Augmented Reality experiences, without coding knowledge
Stars: ✭ 135 (+200%)
Mutual labels:  augmented-reality, aframe
globe-ar
3D Globe data visualization component in AR
Stars: ✭ 40 (-11.11%)
Mutual labels:  augmented-reality, aframe
ayAR
Augmented Reality Demo
Stars: ✭ 24 (-46.67%)
Mutual labels:  augmented-reality
Subtitles
This project lets the audience view and switch subtitles to multiple languages in theatres using augmented reality.
Stars: ✭ 12 (-73.33%)
Mutual labels:  augmented-reality
AR-ANE-Samples
MyAR is an augmented reality Air Native Extension supporting Android and iOS based on Wikitude SDK
Stars: ✭ 39 (-13.33%)
Mutual labels:  augmented-reality
Unity-2017.2-and-Vuforia-6.5---Camera-Auto-Focus
Unity 2017.2 and Vuforia 6.5 Augmented Reality (AR) Camera Auto Focus
Stars: ✭ 17 (-62.22%)
Mutual labels:  augmented-reality
ar-simulation
AR Simulation for Unity • Right in the Editor • Minimally Invasive
Stars: ✭ 101 (+124.44%)
Mutual labels:  augmented-reality
ARKit-FocusNode
FocusSquare class taken straight from Apple's ARKit examples and packed up for anyone to use with ease.
Stars: ✭ 50 (+11.11%)
Mutual labels:  augmented-reality
SceneKit-PortalMask
Clean class to create a portal in SceneKit for use in ARKit.
Stars: ✭ 60 (+33.33%)
Mutual labels:  augmented-reality
Three.js
JavaScript 3D Library.
Stars: ✭ 78,237 (+173760%)
Mutual labels:  augmented-reality
Model Viewer
Easily display interactive 3D models on the web and in AR!
Stars: ✭ 3,751 (+8235.56%)
Mutual labels:  augmented-reality
Bandit-Girl-AR
🎮 Augmented Reality mobile game with classic third person and AR gameplay modes. 🔫
Stars: ✭ 15 (-66.67%)
Mutual labels:  augmented-reality
zanzarah-tools
The set of various zanzarah browsing and editing tools, written entirely in coffee and js.
Stars: ✭ 29 (-35.56%)
Mutual labels:  aframe
V2R
Code for our IJCAI 2020 paper: "Keep It Real: a Window to Real Reality in Virtual Reality".
Stars: ✭ 20 (-55.56%)
Mutual labels:  augmented-reality

argon-aframe

A collection of components, entities and systems to integrate A-Frame with argon.js, so augmented reality content for the Argon web browser can be created with A-Frame.

A note about using https for development

More and more, modern web browsers demand that you use https:// instead of http://. You cannot, for example, use the web location APIs, or access video via WebRTC, over http connections on many browsers. If you want to do development using https and node.js use the devssl target (used by doing npm run devssl).

Documentation

To see documentation of the collection of Entities and Components that link Argon and AFrame, see the API Documentation.

Builds

To use the latest stable build of Argon-AFrame, include argon-aframe.min.js:

<head>
  <script src="https://rawgit.com/argonjs/argon-aframe/master/dist/argon-aframe.js"></script>
</head>

To check out the stable and master builds, see the dist/ folder.

Local Development

git clone https://github.com/argonjs/argon-aframe.git  # Clone the repository.
cd argon-aframe && npm install  # Install dependencies.
npm run devsite # update build.js and genereate a local development site in _sites
npm run dev  # Start the local development server.

And open in your browser http://localhost:8001.

When you change the HTML files, you need to regenerate _site with npm run devsite.

Generating Builds

npm run dist

Questions

For questions and support, ask on one of our support channels.

Stay in Touch

Contributing

Get involved! Check out the Contributing Guide for how to get started.

License

This program is free software and is distributed under an Apache 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].