Ecosyste.ms: Awesome

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

Awesome Lists | Featured Topics | Projects

https://github.com/johncoene/aenvironment

📦 Environment for aframer
https://github.com/johncoene/aenvironment

a-frame rstats

Last synced: about 1 month ago
JSON representation

📦 Environment for aframer

Awesome Lists containing this project

README

        

# aenvironment

Easily add VR environments to aframer.

## Installation

You can install the released version of aenvironment from [CRAN](https://CRAN.R-project.org) with:

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

## Example

``` r
library(aframer)
library(aenvironment)

browse_aframe(
a_scene(
a_environment(
environment = aframer::opts_aframe(
preset = "forest"
)
)
)
)
```