Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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
- Host: GitHub
- URL: https://github.com/johncoene/aenvironment
- Owner: JohnCoene
- License: other
- Created: 2018-08-21T19:18:38.000Z (over 6 years ago)
- Default Branch: master
- Last Pushed: 2018-12-31T16:00:35.000Z (about 6 years ago)
- Last Synced: 2024-10-15T00:52:57.431Z (3 months ago)
- Topics: a-frame, rstats
- Language: R
- Homepage: https://aenvironment.john-coene.com/
- Size: 483 KB
- Stars: 2
- Watchers: 3
- Forks: 2
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
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"
)
)
)
)
```