https://github.com/johncoene/aparticle
📦 Particle System for aframer
https://github.com/johncoene/aparticle
a-frame rstats
Last synced: about 1 year ago
JSON representation
📦 Particle System for aframer
- Host: GitHub
- URL: https://github.com/johncoene/aparticle
- Owner: JohnCoene
- License: other
- Created: 2018-08-24T07:57:10.000Z (almost 8 years ago)
- Default Branch: master
- Last Pushed: 2018-08-24T08:31:08.000Z (almost 8 years ago)
- Last Synced: 2025-01-26T14:48:38.596Z (over 1 year ago)
- Topics: a-frame, rstats
- Language: R
- Homepage: https://aparticle.john-coene.com/
- Size: 316 KB
- Stars: 1
- Watchers: 3
- Forks: 1
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# aparticle
Particle system for [aframer](https://aframer.john-coene.com)
## Installation
``` r
# install.packages("devtools")
devtools::install_github("JohnCoene/aframer")
```
## Example
More examples on the [website](https://aparticle.john-coene.com).
``` r
browse_aframe(
a_scene(
aparticle_dependency(cdn = TRUE),
a_sky(color = "#d3e4e5"),
a_entity(
position = xyz_aframe(0, 2.25, -15),
`particle-system` = opts_aframe(color = "#EF0000,#44CC00")
)
)
)
```