{"id":18324880,"url":"https://github.com/javierluraschi/voxels","last_synced_at":"2025-09-06T11:33:24.997Z","repository":{"id":71272555,"uuid":"177318993","full_name":"javierluraschi/voxels","owner":"javierluraschi","description":"Interactive voxel rendering using R","archived":false,"fork":false,"pushed_at":"2019-05-23T21:11:32.000Z","size":4713,"stargazers_count":12,"open_issues_count":0,"forks_count":1,"subscribers_count":4,"default_branch":"master","last_synced_at":"2024-12-19T04:51:40.237Z","etag":null,"topics":["3d","3dengine","interactive","minecraft","rstats","visualization","voxels"],"latest_commit_sha":null,"homepage":"http://rpubs.com/jluraschi/voxels-intro-r","language":"JavaScript","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/javierluraschi.png","metadata":{"files":{"readme":"README.Rmd","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":"2019-03-23T17:24:54.000Z","updated_at":"2021-11-26T20:09:02.000Z","dependencies_parsed_at":null,"dependency_job_id":"69cdd23a-a1ac-4267-9448-0126690f6b8c","html_url":"https://github.com/javierluraschi/voxels","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/javierluraschi%2Fvoxels","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/javierluraschi%2Fvoxels/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/javierluraschi%2Fvoxels/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/javierluraschi%2Fvoxels/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/javierluraschi","download_url":"https://codeload.github.com/javierluraschi/voxels/tar.gz/refs/heads/master","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":232121444,"owners_count":18475558,"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":["3d","3dengine","interactive","minecraft","rstats","visualization","voxels"],"created_at":"2024-11-05T18:36:05.630Z","updated_at":"2025-01-01T19:51:48.988Z","avatar_url":"https://github.com/javierluraschi.png","language":"JavaScript","funding_links":[],"categories":[],"sub_categories":[],"readme":"---\ntitle: \"Interactive Voxels Rendering\"\n---\n\n[![Build Status](https://travis-ci.org/javierluraschi/pins.svg?branch=master)](https://travis-ci.org/javierluraschi/pins) [![CRAN_Status_Badge](https://www.r-pkg.org/badges/version/pins)](https://cran.r-project.org/package=pins) ![](https://img.shields.io/badge/lifecycle-experimental-red.svg)\n\nThe [voxels](https://github.com/javierluraschi/voxels) is under-development R package that provides interacte voxels rendering.\n\n## Installation\n\nInstall the package as follows:\n\n```{r eval=FALSE}\ninstall.packages(\"remotes\")\nremotes::install_github(\"javierluraschi/voxels\")\n```\n\n## Getting Started\n\nYou can easily launch a voxel explorer and editor,\n\n```{r fig.height=7, fig.width=9}\nvoxels::voxels()\n```\n\npass your own 3D matrix to render voxels from it,\n\n```{r fig.width=9}\nvoxels::voxels(array(c(\n    0, 0, 0, 0, 1, 1, 1, 0, 1, 1, 1, 0, 1, 1, 1, 0, 1, 1, 1,\n    0, 0, 0, 0, 1, 0, 0, 0, 1, 0, 0, 0, 1, 0, 0, 0, 1, 0, 1,\n    0, 0, 0, 0, 1, 1, 1, 0, 1, 0, 0, 0, 1, 0, 0, 0, 1, 0, 1,\n    0, 0, 0, 0, 1, 0, 0, 0, 1, 0, 0, 0, 1, 0, 0, 0, 1, 0, 1,\n    0, 0, 0, 0, 1, 1, 1, 0, 1, 0, 0, 0, 1, 0, 0, 0, 1, 1, 1,\n    1, 0, 1, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0,\n    1, 0, 1, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0,\n    1, 1, 1, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0,\n    1, 0, 1, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0,\n    1, 0, 1, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0\n), dim=c(19, 5, 2)), offset = c(-10, 0, 0))\n```\n\nor use many interesting R packages to perform interactive visualizations. For instance, we can add some perlin noise to simulate terrain generation:\n\n```{r fig.width=9}\nlibrary(magrittr)\nset.seed(123245)\n\nceiling(ambient::noise_perlin(c(20, 6, 20)) * 10) %\u003e%\n  voxels::voxels(offset = c(-20, 0, -20))\n```\n\nPlease note that this package is still under-development!\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fjavierluraschi%2Fvoxels","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fjavierluraschi%2Fvoxels","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fjavierluraschi%2Fvoxels/lists"}