Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/JohnCoene/arframer

📦 Augmented Reality in R
https://github.com/JohnCoene/arframer

a-frame rstats

Last synced: 3 months ago
JSON representation

📦 Augmented Reality in R

Awesome Lists containing this project

README

        

# arframer

[AR.js](https://github.com/jeromeetienne/AR.js) for [aframer](https://aframer.john-coene.com/).

## Installation

``` r
# install.packages("devtools")
devtools::install_github("JohnCoene/arframer")
```

## Example

``` r
library(aframer)
library(arframer)

browse_aframe(
ar_scene(
a_box(
position = "0 0.5 0",
material = "opacity: 0.5;"
),
a_primitive(
"marker-camera",
list(
preset = "hiro"
)
)
)
)
```