Skip to content

JohnCoene/aphysics

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

3 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

aphysics

Physics for aframer

Installation

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

Example

More information on the website

library(aframer)
library(aphysics)

browse_aframe(
  a_scene(
    physics = opts_aframe(debug = TRUE),
    a_dependency(cdn = TRUE),
    aphysics_dependency(cdn = TRUE),
    a_entity(
      camera = NA,
      `look-controls` = NA
    ),
    a_plane(
      `static-body` = NA
    ),
    a_box(
      `static-body` = NA,
      position = xyz_aframe(0, .5, -5),
      width = 3,
      height = 1,
      depth = 1
    ),
    a_box(
      `dynamic-body` = NA,
      position = xyz_aframe(5, .5, 0),
      width = 1,
      height = 1,
      depth = 1
    )
  )
)

About

📦 Physics 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