Skip to content

JohnCoene/arframer

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

10 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

arframer

AR.js for aframer.

Installation

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

Example

library(aframer)
library(arframer)

browse_aframe(
  ar_scene(
    a_box(
      position = "0 0.5 0",
      material = "opacity: 0.5;"
    ),
    a_primitive(
      "marker-camera",
      list(
        preset = "hiro"
      )
    )
  )
)

About

📦 Augmented Reality in R

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