Important: This documentation covers Yarn 1 (Classic).
For Yarn 2+ docs and migration guide, see yarnpkg.com.

Package detail

react-ar-next

krsbx32MIT1.0.5TypeScript support: included

Another React Web AR

react, web ar, augmented reality, ar

readme

Getting Started with React AR Next

This project was base on React Web AR.

Available Component

In your React Component you could use:

ARProvider

This component need to be on the top level before you use AFrameRenderer or any other Component.

AFrameRenderer

This component will generate a new scene for the Augmented Reality

Box

This component is a primitive box element in AFrame

Entity

This component is an entity element in AFrame

Marker

This component is a marker object in AR Js

Text

This component is a primitive text element in AFrame

Example

This component is an example of the AR Js

Installation

You can read more about the installation in the installation here

Usage and Implementations

You can find the detailed documentations of the usage here

Changelog

You can find changelogs of the project here

To Do

You can find the upcoming one for this project in here

changelog

Changelog

  • Version 1.0.5

    • Text added
    • Multiple animations added
    • Marker and Camera distance added
    • Marker selector added
    • Camera selector added
    • Distance selector added
    • Marker Generator added
  • Version 1.0.0

    • AR Features added
    • Marker added
    • Entity added
    • Box added