Skip to content

📦 Particle System for aframer

License

Unknown, MIT licenses found

Licenses found

Unknown
LICENSE
MIT
LICENSE.md
Notifications You must be signed in to change notification settings

JohnCoene/aparticle

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

2 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

aparticle

Particle system for aframer

Installation

# install.packages("devtools")
devtools::install_github("JohnCoene/aframer")

Example

More examples on the website.

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")
    )
  )
)

About

📦 Particle System for aframer

Topics

Resources

License

Unknown, MIT licenses found

Licenses found

Unknown
LICENSE
MIT
LICENSE.md

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published