{"id":18020029,"url":"https://github.com/polygonjs/plugin-mapbox","last_synced_at":"2025-03-26T20:31:39.518Z","repository":{"id":57137578,"uuid":"325807451","full_name":"polygonjs/plugin-mapbox","owner":"polygonjs","description":"Mapbox plugin for Polygonjs","archived":false,"fork":false,"pushed_at":"2023-02-15T12:31:54.000Z","size":3854,"stargazers_count":7,"open_issues_count":0,"forks_count":1,"subscribers_count":2,"default_branch":"master","last_synced_at":"2025-03-22T11:24:27.607Z","etag":null,"topics":["3d","animation","creative-coding","glsl","mapbox","mapbox-gl","mapbox-gl-js","procedural-generation","shaders","threejs","webgl"],"latest_commit_sha":null,"homepage":"https://polygonjs.com","language":"JavaScript","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"mit","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/polygonjs.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":null,"funding":null,"license":"MIT-LICENSE","code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":null,"support":null,"governance":null}},"created_at":"2020-12-31T13:38:12.000Z","updated_at":"2025-02-11T10:51:24.000Z","dependencies_parsed_at":"2023-09-22T22:01:31.442Z","dependency_job_id":null,"html_url":"https://github.com/polygonjs/plugin-mapbox","commit_stats":{"total_commits":49,"total_committers":2,"mean_commits":24.5,"dds":0.08163265306122447,"last_synced_commit":"89f178a6d5e30168b7e82c5babd065c693deb89f"},"previous_names":[],"tags_count":0,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/polygonjs%2Fplugin-mapbox","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/polygonjs%2Fplugin-mapbox/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/polygonjs%2Fplugin-mapbox/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/polygonjs%2Fplugin-mapbox/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/polygonjs","download_url":"https://codeload.github.com/polygonjs/plugin-mapbox/tar.gz/refs/heads/master","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":245731526,"owners_count":20663202,"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","animation","creative-coding","glsl","mapbox","mapbox-gl","mapbox-gl-js","procedural-generation","shaders","threejs","webgl"],"created_at":"2024-10-30T05:13:22.111Z","updated_at":"2025-03-26T20:31:37.765Z","avatar_url":"https://github.com/polygonjs.png","language":"JavaScript","funding_links":[],"categories":[],"sub_categories":[],"readme":"# DEPRECATED\n\nThis repository is not used anymore, as the mapbox nodes have been fully integrated into the [core engine](https://polygonjs.com). See [live examples scenes](https://polygonjs.com/docs/examples-category/Maps)\n\n# Polygonjs Mapbox Plugin\n\nThis adds several nodes to work with Mapbox with the [Polygonjs webgl engine](https://polygonjs.com).\n\nSee [Live Demo](https://polygonjs-mapbox-example.netlify.app/) or [example repo](https://github.com/polygonjs/example-plugin-mapbox):\n\n![example scene with mapbox camera](https://github.com/polygonjs/example-plugin-mapbox/blob/main/doc/mapbox_examples.jpg?raw=true)\n\n# Install\n\nImport the plugin:\n\n`yarn add @polygonjs/plugin-mapbox`\n\nAnd register the plugin in the function `configurePolygonjs` in the file `PolyConfig.js` so that the mapbox nodes can be accessible in both the editor and your exported scene:\n\n```js\nimport {polyPluginMapbox} from '@polygonjs/plugin-mapbox/dist/src/index';\n\nexport function configurePolygonjs(poly) {\n\tpoly.registerPlugin(polyPluginMapbox);\n\tpolyPluginMapbox.setToken('\u003cyour-mapbox-token\u003e');\n}\n```\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fpolygonjs%2Fplugin-mapbox","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fpolygonjs%2Fplugin-mapbox","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fpolygonjs%2Fplugin-mapbox/lists"}