{"id":27372120,"url":"https://github.com/dvt3d/maplibre-three-plugin","last_synced_at":"2025-04-13T09:51:18.891Z","repository":{"id":267010578,"uuid":"899973330","full_name":"dvt3d/maplibre-three-plugin","owner":"dvt3d","description":"a bridge plugin that cleverly connects MapLibre GL JS with Three.js, enabling developers to implement 3D rendering and animation on maps.","archived":false,"fork":false,"pushed_at":"2025-01-17T05:04:48.000Z","size":7337,"stargazers_count":5,"open_issues_count":0,"forks_count":0,"subscribers_count":0,"default_branch":"main","last_synced_at":"2025-04-08T03:03:09.571Z","etag":null,"topics":["camerasync","mapbox","maplibre-gl-js","mvt","pbf","threejs"],"latest_commit_sha":null,"homepage":"","language":"JavaScript","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/dvt3d.png","metadata":{"files":{"readme":"README.md","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}},"created_at":"2024-12-07T14:21:53.000Z","updated_at":"2025-03-25T08:44:13.000Z","dependencies_parsed_at":"2025-01-10T03:21:30.035Z","dependency_job_id":"0ff805bd-7187-4b15-9cad-d72f3f86d781","html_url":"https://github.com/dvt3d/maplibre-three-plugin","commit_stats":null,"previous_names":["dvgis/maplibre-three-plugin","dvt3d/maplibre-three-plugin"],"tags_count":1,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/dvt3d%2Fmaplibre-three-plugin","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/dvt3d%2Fmaplibre-three-plugin/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/dvt3d%2Fmaplibre-three-plugin/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/dvt3d%2Fmaplibre-three-plugin/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/dvt3d","download_url":"https://codeload.github.com/dvt3d/maplibre-three-plugin/tar.gz/refs/heads/main","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":248695300,"owners_count":21146952,"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":["camerasync","mapbox","maplibre-gl-js","mvt","pbf","threejs"],"created_at":"2025-04-13T09:51:18.302Z","updated_at":"2025-04-13T09:51:18.879Z","avatar_url":"https://github.com/dvt3d.png","language":"JavaScript","funding_links":[],"categories":["Map Rendering Plugins"],"sub_categories":["JavaScript"],"readme":"# maplibre-three-plugin\n\n`maplibre-three-plugin` is a bridge plugin that cleverly connects [MapLibre GL JS](https://maplibre.org/maplibre-gl-js/docs/) with [Three.js](https://threejs.org/), enabling developers to implement 3D rendering and animation on maps.\n\n## Install\n\n```shell\nnpm install @dvgis/maplibre-three-plugin\n----------------------------------------\nyarn add @dvgis/maplibre-three-plugin\n```\n\n## Quickly Start\n\n`maplibre-three-plugin` depends on three, please make sure three is installed before using it.\n\n```javascript\nimport maplibregl from 'maplibre-gl'\nimport 'maplibre-gl/dist/maplibre-gl.css'\nimport { MapScene } from '@dvgis/maplibre-three-plugin'\n\nconst map = new maplibregl.Map({\n  container: 'map', // container id\n  style: 'https://demotiles.maplibre.org/style.json', // style URL\n  center: [0, 0], // starting position [lng, lat]\n  zoom: 1, // starting zoom\n})\nconst mapScene = new MapScene(map)\n```\n\n## Examples\n\n\n## Docs\n\n[wiki](https://github.com/dvgis/maplibre-three-plugin/wiki)\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fdvt3d%2Fmaplibre-three-plugin","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fdvt3d%2Fmaplibre-three-plugin","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fdvt3d%2Fmaplibre-three-plugin/lists"}