https://github.com/esri/devsummit-2019-3d-jsapi
Esri Developer Summit 2019 presentations for the 3D ArcGIS JavaScript API
https://github.com/esri/devsummit-2019-3d-jsapi
3d arcgis-js-api esri esri-developer-summit esri-javascript-api javascript
Last synced: 10 months ago
JSON representation
Esri Developer Summit 2019 presentations for the 3D ArcGIS JavaScript API
- Host: GitHub
- URL: https://github.com/esri/devsummit-2019-3d-jsapi
- Owner: Esri
- License: apache-2.0
- Created: 2020-05-11T15:47:39.000Z (almost 6 years ago)
- Default Branch: master
- Last Pushed: 2023-03-03T16:00:49.000Z (about 3 years ago)
- Last Synced: 2025-06-09T17:11:26.352Z (10 months ago)
- Topics: 3d, arcgis-js-api, esri, esri-developer-summit, esri-javascript-api, javascript
- Language: CSS
- Homepage:
- Size: 58.7 MB
- Stars: 8
- Watchers: 4
- Forks: 1
- Open Issues: 2
-
Metadata Files:
- Readme: README.md
- Contributing: CONTRIBUTING.md
- License: license.txt
Awesome Lists containing this project
README
# Dev Summit 2019 Presentations
Presentations for the 3D JavaScript API at the 2019 ESRI Developer Summit
## Interactive 3D Maps with the ArcGIS API for JavaScript
Discover the 3D capabilities of the ArcGIS API for JavaScript and learn how to leverage them to build stunning 3D web applications.
### Getting Started
This session will focus on the fundamental 3D building blocks of the API: SceneView, 2D and 3D layers, terrain, and symbology.
[https://esri.github.io/devsummit-2019-3D-jsapi/3d-maps-with-the-arcgis-js-api-getting-started](https://esri.github.io/devsummit-2019-3D-jsapi/3d-maps-with-the-arcgis-js-api-getting-started)
### Beyond the Basics
This session will focus on more advanced aspects like setting and animating the viewpoint, controlling the environment, and displaying as much data as possible while considering performance.
[https://esri.github.io/devsummit-2019-3D-jsapi/3d-maps-with-the-arcgis-js-api-beyond-the-basics](https://esri.github.io/devsummit-2019-3D-jsapi/3d-maps-with-the-arcgis-js-api-beyond-the-basics)
## 3D with WebGL in ArcGIS
ArcGIS contains a rich set of experiences for delivering 3D web applications with WebGL from the ArcGIS API for JavaScript to the Scene Viewer, Web AppBuilder, and configurable Templates. ArcGIS JavaScript capabilities use WebGL to render 3D in the browser with no plug-ins. This session will provide a brief overview of the capabilities and relationships of Esri's JavaScript 3D offerings along with demos and tips showing what can be done with web-based 3D apps. Presenters will also touch on technologies such as Scene Layers, mobile apps, and how they relate to JavaScript experiences.
[https://esri.github.io/devsummit-2019-3D-jsapi/3d-with-webgl-in-arcgis](https://esri.github.io/devsummit-2019-3D-jsapi/3d-with-webgl-in-arcgis)
## Advanced WebGL in 3D Scene Views with the ArcGIS API for JavaScript
Find out how to use WebGL and WebGL-based 3D rendering engines like three.js to implement custom visualizations in the ArcGIS API for JavaScript.
[https://esri.github.io/devsummit-2019-3D-jsapi/Advanced-WebGL-in-3D-SceneViews](https://esri.github.io/devsummit-2019-3D-jsapi/Advanced-WebGL-in-3D-SceneViews)
[4D Volume Rendering Demo using the ArcGIS JS API external renderer API](https://esri.github.io/devsummit-2019-3D-jsapi/Advanced-WebGL-in-3D-SceneViews/External-Volume-Renderer/). This application integrates an external WebGL rendering application into a SceneView. Beware: Due to the large size of volume data sets, this application loads 25MB of data per time step. WebGL 2.0 required.
### Installing
The [4D Volume Rendering Demo](https://esri.github.io/devsummit-2019-3D-jsapi/Advanced-WebGL-in-3D-SceneViews/External-Volume-Renderer/) can be installed locally for better performance. Install a local webserver to serve the checked out repository and follow the following steps:
* ```cd Advanced-WebGL-in-3D-SceneViews/isabeldata/```
* ```wget -i files.txt```
* Open ```localhost://.../devsummit-2019-3D-jsapi/Advanced-WebGL-in-3D-SceneViews/External-Volume-Renderer/``` in your browser
## Using TypeScript with ArcGIS API for JavaScript
In this session we will learn some of the basics of TypeScript and how it can help you as a developer using the ArcGIS API for JavaScript. We will also look at how to set up a development environment and use the provided TypeScript definition files.
[https://esri.github.io/devsummit-2019-3D-jsapi/Using-TypeScript-with-ArcGIS-API-for-JavaScript](https://esri.github.io/devsummit-2019-3D-jsapi/Using-TypeScript-with-ArcGIS-API-for-JavaScript)
---
## Installation & Contributing
Esri welcomes contributions from anyone and everyone. Please see[CONTRIBUTING.md](./CONTRIBUTING.md) for more details.
## Licensing
Copyright 2020 Esri
Licensed under the Apache License, Version 2.0 (the "License");
you may not use this file except in compliance with the License.
You may obtain a copy of the License at
http://www.apache.org/licenses/LICENSE-2.0
Unless required by applicable law or agreed to in writing, software
distributed under the License is distributed on an "AS IS" BASIS,
WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
See the License for the specific language governing permissions and
limitations under the License.
A copy of the license is available in the repository's [license.txt](./license.txt) file.