From 46d8ed024764da642d3b989311551d5b05db4dc7 Mon Sep 17 00:00:00 2001 From: Dennis Braun <36695828+L0MiN@users.noreply.github.com> Date: Thu, 15 Nov 2018 22:21:43 +0100 Subject: [PATCH] added framework example (#21810) I used this framework some time ago and I would highly recommend it, because it is easy to use and has understandable guides provided by ViroMedia. --- guide/english/web-augmented-reality/index.md | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) diff --git a/guide/english/web-augmented-reality/index.md b/guide/english/web-augmented-reality/index.md index b904c19cc1..b38fadf747 100644 --- a/guide/english/web-augmented-reality/index.md +++ b/guide/english/web-augmented-reality/index.md @@ -3,4 +3,8 @@ title: Augmented Reality Development on The Web --- ## Augmented Reality Development on The Web -This section contains articles related to Augmented Reality Application Development using frameworks such as A-Frame, AR.js, Argon.js and Three.js. A-Frame and Three.js are capable of doing both Virtual and Augmented Reality development with only slightly different setup. \ No newline at end of file +This section contains articles related to Augmented Reality Application Development using frameworks such as A-Frame, AR.js, Argon.js and Three.js. A-Frame and Three.js are capable of doing both Virtual and Augmented Reality development with only slightly different setup. + +### Web-AR with ViroReact + +If you would like to start with Web-AR and are familiar with React, you may want to try [ViroReact](https://viromedia.com/viroreact/). ViroReact is a React-native based framework you can use to develop your own AR applications for both android and iOS.