{"id":16971622,"url":"https://github.com/johncoene/aframer","last_synced_at":"2025-04-12T00:42:55.506Z","repository":{"id":85365937,"uuid":"145104198","full_name":"JohnCoene/aframer","owner":"JohnCoene","description":"📦 R wrapper to aframe","archived":false,"fork":false,"pushed_at":"2020-03-08T21:17:29.000Z","size":925,"stargazers_count":10,"open_issues_count":0,"forks_count":1,"subscribers_count":5,"default_branch":"master","last_synced_at":"2025-04-12T00:42:49.556Z","etag":null,"topics":["a-frame","rstats"],"latest_commit_sha":null,"homepage":"http://aframer.john-coene.com/","language":"R","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"other","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/JohnCoene.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":null,"funding":null,"license":"LICENSE","code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":null,"support":null,"governance":null,"roadmap":null,"authors":null,"dei":null,"publiccode":null,"codemeta":null}},"created_at":"2018-08-17T09:57:41.000Z","updated_at":"2023-08-18T12:14:55.000Z","dependencies_parsed_at":null,"dependency_job_id":"21af8460-1409-4ca7-8e41-ca6236cf5fa8","html_url":"https://github.com/JohnCoene/aframer","commit_stats":null,"previous_names":[],"tags_count":0,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/JohnCoene%2Faframer","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/JohnCoene%2Faframer/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/JohnCoene%2Faframer/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/JohnCoene%2Faframer/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/JohnCoene","download_url":"https://codeload.github.com/JohnCoene/aframer/tar.gz/refs/heads/master","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":248501959,"owners_count":21114681,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2022-07-04T15:15:14.044Z","host_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub","repositories_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories","repository_names_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repository_names","owners_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners"}},"keywords":["a-frame","rstats"],"created_at":"2024-10-14T00:53:05.728Z","updated_at":"2025-04-12T00:42:55.491Z","avatar_url":"https://github.com/JohnCoene.png","language":"R","funding_links":[],"categories":[],"sub_categories":[],"readme":"[![Travis build status](https://travis-ci.org/JohnCoene/aframer.svg?branch=master)](https://travis-ci.org/JohnCoene/aframer)\n\n# aframer\n\nMake Web Virtual Reality in R.\n\n![logo](man/figures/logo.png)\n\n## Installation\n\n``` r\n# install.packages(\"devtools\")\ndevtools::install_github(\"JohnCoene/aframer\")\n```\n## Example\n\nYou can browse by encapsulating `a_scene` in `browse_aframe` or pipe (`%\u003e%`) to it.\n\n``` r\nlibrary(aframe)\n\nbrowse_aframe(\n  a_scene(\n    a_box(\n      position = \"-1 0.5 -3\", rotation = \"0 45 0\", color = \"#4CC3D9\"\n    ),\n    a_sphere(\n      position = \"0 1.25 -5\", radius = \"1.25\", color = \"#EF2D5E\"\n    ),\n    a_cylinder(\n      position = \"1 0.75 -3\", radius = \"0.5\", height = \"1.5\", color = \"#FFC65D\"\n    ),\n    a_plane(\n      position = \"0 0 -4\", rotation = \"-90 0 0\", width = \"4\", height = \"4\", color = \"#7BC8A4\"\n    ),\n    a_sky(\n      color=\"#ECECEC\"\n    )\n  )\n)\n```\n\n![output](example.png)\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fjohncoene%2Faframer","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fjohncoene%2Faframer","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fjohncoene%2Faframer/lists"}