forked from visgl/deck.gl
-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
1 parent
e923310
commit 3f67ea6
Showing
3 changed files
with
129 additions
and
89 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,13 +1,29 @@ | ||
# Learning Resources | ||
|
||
## Vis Academy | ||
## API Documentation | ||
|
||
In-depth tutorials for how to develop deck.gl applications are available on the [Vis Academy](http://vis.academy/#/) website. Focused on React applications. | ||
The documentation for the latest release can be found on deck.gl's [website](https://deck.gl/#/documentation). | ||
|
||
The documentation for previous releases are in the *docs* directory on the `<version-release>` branch in this repo. | ||
|
||
## Technical Deep Dive | ||
|
||
An in-depth view into the technical details and architectural decisions behind deck.gl. [Google Slides](https://docs.google.com/presentation/d/1qtXUQzMuIa8NYIKUa1RKfSwvgpeccY-wrPrYqsb_8rE/edit#slide=id.g7db7fb98fb_0_45) | ||
|
||
## Live Demos | ||
|
||
The sources of deck.gl's [website demos](https://deck.gl/#/examples) can be found in the repo's [examples](https://github.com/uber/deck.gl/tree/master/examples) directory. Most of the applications use React, although non-React templates are provided for developers from other ecosystems. | ||
|
||
## Prototyping & Sharing | ||
|
||
PureJS examples in prototyping environments. Great templates for feature testing and bug reporting: | ||
PureJS examples in prototyping environments. These are great templates for feature testing and bug reporting: | ||
|
||
* deck.gl's [Codepen demos](https://codepen.io/vis-gl/) | ||
* deck.gl's [Observable demos](https://beta.observablehq.com/@pessimistress) | ||
* [Scripting Gallery](http://deck.gl/showcases/gallery/) | ||
* [One-page scripting examples](http://deck.gl/showcases/gallery/) | ||
|
||
## Community | ||
|
||
[vis.gl's Medium blog](https://medium.com/vis-gl) | ||
|
||
Join our [Slack workspace](https://join.slack.com/t/deckgl/shared_invite/zt-7oeoqie8-NQqzSp5SLTFMDeNSPxi7eg) for learning and discussions. |