https://github.com/googlemaps-samples/codelab-3d-maps-webgl-js
https://github.com/googlemaps-samples/codelab-3d-maps-webgl-js
Last synced: 10 months ago
JSON representation
- Host: GitHub
- URL: https://github.com/googlemaps-samples/codelab-3d-maps-webgl-js
- Owner: googlemaps-samples
- License: apache-2.0
- Created: 2021-05-03T20:53:43.000Z (almost 5 years ago)
- Default Branch: main
- Last Pushed: 2025-02-17T13:50:41.000Z (12 months ago)
- Last Synced: 2025-04-09T16:11:53.092Z (10 months ago)
- Language: JavaScript
- Size: 396 KB
- Stars: 30
- Watchers: 10
- Forks: 57
- Open Issues: 25
-
Metadata Files:
- Readme: README.md
- Contributing: CONTRIBUTING
- License: LICENSE
- Code of conduct: CODE_OF_CONDUCT.md
Awesome Lists containing this project
README
# Google Maps Platform WebGL Codelab
This repo contains the project template and finished code for the Google Maps Platform WebGL codelab.
## Getting Started
To get started with the codelab, download or fork this repo. A starter template is available in `/starter` and the full solution code is available in `/solution`.
To run the starter or solution apps, run the following from their respective directories:
1. `npm i`
2. `npm start`
This will install the needed dependencies and run the app locally in your browser using Webpack Dev Server.
## Support
If you find a bug, please [file an issue]. Or, if you'd like to contribute, send us a [pull request] and refer to our [code of conduct].
[file an issue]: https://github.com/googlecodelabs/maps-platform-webgl-101/issues
[pull request]: https://github.com/googlecodelabs/maps-platform-webgl-101/compare
[code of conduct]: CODE_OF_CONDUCT.md