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

https://github.com/johncoene/aextras

📦 Extras component for aframer
https://github.com/johncoene/aextras

a-frame rstats

Last synced: 27 days ago
JSON representation

📦 Extras component for aframer

Awesome Lists containing this project

README

          

# aextras

Extras for [aframer](https://aframer.john-coene.com/).

## Installation

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

This is a basic example which shows you how to solve a common problem:

``` r
library(aframer)

browse_aframe(
a_scene(
a_ocean(
width="50", depth="50", density="40"
)
)
)
```