https://github.com/tdiprima/threeleaf
Combine leaflet.js and PaintPolygon.js with three.js
https://github.com/tdiprima/threeleaf
leafletjs threejs
Last synced: 8 months ago
JSON representation
Combine leaflet.js and PaintPolygon.js with three.js
- Host: GitHub
- URL: https://github.com/tdiprima/threeleaf
- Owner: tdiprima
- License: mit
- Created: 2023-07-20T19:56:31.000Z (about 2 years ago)
- Default Branch: main
- Last Pushed: 2025-02-03T13:47:47.000Z (8 months ago)
- Last Synced: 2025-02-03T14:42:46.145Z (8 months ago)
- Topics: leafletjs, threejs
- Language: JavaScript
- Homepage:
- Size: 374 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
## ThreeLeaf
Our objective here is the integration of: [leaflet.js](https://leafletjs.com/), a JavaScript library for mobile-friendly interactive maps and [three.js](https://threejs.org/), a cross-browser JavaScript library that is primarily used to create and display animated 3D computer graphics on a Web browser.
Our key focus will be on the script - [PaintPolygon.js](https://github.com/tcoupin/leaflet-paintpolygon) which is central to our purpose.
It is crucial to note that several examples cited herein might be derivative of other sources, primarily the repositories aforementioned. In case you detect your contribution within these, kindly notify me so that I can duly acknowledge your input.