{"id":21428333,"url":"https://github.com/mlverse/logo","last_synced_at":"2026-02-09T00:35:15.430Z","repository":{"id":104223832,"uuid":"191881139","full_name":"mlverse/logo","owner":"mlverse","description":"An over-engineered hex logo!","archived":false,"fork":false,"pushed_at":"2020-04-22T05:19:11.000Z","size":11424,"stargazers_count":2,"open_issues_count":0,"forks_count":0,"subscribers_count":1,"default_branch":"master","last_synced_at":"2025-08-10T00:22:05.579Z","etag":null,"topics":[],"latest_commit_sha":null,"homepage":null,"language":null,"has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":null,"status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/mlverse.png","metadata":{"files":{"readme":"README.Rmd","changelog":null,"contributing":null,"funding":null,"license":null,"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,"zenodo":null}},"created_at":"2019-06-14T05:31:13.000Z","updated_at":"2024-07-29T20:29:29.000Z","dependencies_parsed_at":"2023-07-25T05:16:15.173Z","dependency_job_id":null,"html_url":"https://github.com/mlverse/logo","commit_stats":null,"previous_names":[],"tags_count":0,"template":false,"template_full_name":null,"purl":"pkg:github/mlverse/logo","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/mlverse%2Flogo","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/mlverse%2Flogo/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/mlverse%2Flogo/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/mlverse%2Flogo/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/mlverse","download_url":"https://codeload.github.com/mlverse/logo/tar.gz/refs/heads/master","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/mlverse%2Flogo/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":286080680,"owners_count":29251546,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2026-02-08T22:49:53.206Z","status":"ssl_error","status_checked_at":"2026-02-08T22:49:51.384Z","response_time":57,"last_error":"SSL_read: unexpected eof while reading","robots_txt_status":"success","robots_txt_updated_at":"2025-07-24T06:49:26.215Z","robots_txt_url":"https://github.com/robots.txt","online":false,"can_crawl_api":true,"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":[],"created_at":"2024-11-22T22:12:47.450Z","updated_at":"2026-02-09T00:35:15.424Z","avatar_url":"https://github.com/mlverse.png","language":null,"funding_links":[],"categories":[],"sub_categories":[],"readme":"---\ntitle: \"Multiverse Logo\"\noutput:\n  github_document:\n    fig_width: 4\n    fig_height: 1\n---\n\nJust a project that generates the 'multiverse' logo.\n\n```{r eval=FALSE}\nlibrary(tidyverse)\nlibrary(rayrender)\nset.seed(2019)\n\nspheres \u003c- expand.grid(y = (1:50) / 5 - 5, z = (1:50) / 5 - 5) %\u003e%\n  tibble::as_tibble()\n\nnoise \u003c- ambient::noise_perlin(c(100, 100, 1))\n\ndepth \u003c- purrr::map_dbl(\n  1:nrow(spheres),\n  function(idx) 20 * noise[floor(spheres$y[idx]*10+50), floor(spheres$z[idx]*10+50), 1])\n\nsphere(material = metal(color=\"#AAAAFF\", implicit_sample = T),\n       y = spheres$y, z = spheres$z, x= depth, radius = 0.09) %\u003e%\n  render_scene(width = 4400, height = 2200, focal_distance = 2, aperture = 0.0001,\n               lookfrom = c(3.25, 3.975, -2.01), lookat = c(-6,3.975,-2.01),\n               filename = \"multiverse.png\")\n```\n\n```{html eval=FALSE}\n\u003chtml\u003e\n    \u003chead\u003e\n    \u003c/head\u003e\n    \u003cbody\u003e\n        \u003csvg xmlns=\"http://www.w3.org/2000/svg\" xmlns:xlink=\"http://www.w3.org/1999/xlink\"\n             width=\"400\" height=\"400\" viewBox=\"20,-100,1732,2200\" id=\"multiverse\" xml:space=\"preserve\"\u003e\n            \u003cclipPath id=\"area1\"\u003e\n                \u003cpolygon points=\"866,0 1732,500 1732,1500 866,2000 0,1500 0,500\"\u003e\u003c/polygon\u003e\n            \u003c/clipPath\u003e\n            \u003cpolygon points=\"866,0 1732,500 1732,1500 866,2000 0,1500 0,500\" stroke=\"#e8f2ff\"\n                     stroke-width=\"0\" fill=\"#bec8ff\"\u003e\n            \u003c/polygon\u003e\n            \u003cimage xlink:href=\"multiverse.png\"\n                   x=\"-1100\" y=\"220\" height=\"2700\" clip-path=\"url(#area1)\" class=\"\" width=\"5400\"\u003e\n            \u003c/image\u003e\n            \u003cpolygon points=\"866,0 1732,500 1732,1500 866,2000 0,1500 0,500\" fill=\"transparent\"\n                     class=\"hex\" stroke=\"#c3caff\" stroke-width=\"80\"\u003e\n            \u003c/polygon\u003e\n            \u003ctext x=\"220\" y=\"600\" font-size=\"18em\" font-family=\"sans-serif\" fill=\"white\" font-weight=\"200\"\u003emlverse\u003c/text\u003e\n            \u003ctext x=\"-200\" y=\"2110\" font-size=\"4em\" font-family=\"sans-serif\" fill=\"white\" font-weight=\"500\"\n                  transform=\"rotate(-29.5)\"\u003ewww.rstudio.com\u003c/text\u003e\n        \u003c/svg\u003e\n        \u003ca href=\"#\" id=\"download\"\u003edownload\u003c/a\u003e\n        \u003cscript\u003e\n            var svg = document.getElementById(\"multiverse\");\n\n            var head = '\u003csvg xmlns=\"http://www.w3.org/2000/svg\" xmlns:xlink=\"http://www.w3.org/1999/xlink\" ' +\n                       'width=\"600\" height=\"600\" viewBox=\"-10,-10,320,320\"\u003e';\n\n            var source = '\u003c?xml version=\"1.0\" standalone=\"no\"?\u003e\\r\\n' + head + svg.innerHTML + \"\u003c/svg\u003e\"\n            var url = \"data:image/svg+xml;charset=utf-8,\" + encodeURIComponent(source);\n\n            document.getElementById(\"download\").href = url;\n        \u003c/script\u003e\n    \u003c/body\u003e\n\u003c/html\u003e\n```\n\n![](multiverse-hex.svg)","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fmlverse%2Flogo","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fmlverse%2Flogo","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fmlverse%2Flogo/lists"}