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
- Host: GitHub
- URL: https://github.com/johncoene/aextras
- Owner: JohnCoene
- License: other
- Created: 2018-08-21T19:41:00.000Z (almost 8 years ago)
- Default Branch: master
- Last Pushed: 2018-08-25T14:58:48.000Z (almost 8 years ago)
- Last Synced: 2025-03-21T20:16:21.788Z (about 1 year ago)
- Topics: a-frame, rstats
- Language: R
- Homepage: https://aextras.john-coene.com/
- Size: 354 KB
- Stars: 1
- Watchers: 2
- Forks: 1
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
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"
)
)
)
```