9
7

Delete article

Deleted articles cannot be recovered.

Draft of this article would be also deleted.

Are you sure you want to delete this article?

More than 5 years have passed since last update.

deck.glを試す

Last updated at Posted at 2017-09-25

UberがオープンソースとしてリリースしているWebGLベースのマップビジュアライズエンジンを試してみました。

以下がソースのサイトですが、しっかりと、Examplesなどもあり、開発者にやさしいサイトになっています。
https://uber.github.io/deck.gl/

image.png

deck.glをインストール

node.js / npm がインストールされていればすぐにできます。
lumaという同じくWebGLベースのレンダリングエンジンをインストールする必要があります。

npm install deck.gl luma.gl

エラーが出るので、react もインストールしておいた方がよいようです。

deck.glを実行

上記のgithubからexampleを入手し、exapmpleフォルダにて

npm install

とインストールを行い

npm start

で実行できます。localhostで立ち上がります。

image.png

Windowsでも特に大丈夫でした.
Mapboxのアクセストークンがないと地図が表示されませんので、予め取得が必要です。

パフォーマンステスト

スキャッタプロットを何十万点もやるテストが用意されています。1M pointsならロードからブラウズまで非常に高速です。10Mですとローディングに時間がかかりますが、レンダリングはなめらかです。

image.png

9
7
0

Register as a new user and use Qiita more conveniently

  1. You get articles that match your needs
  2. You can efficiently read back useful information
  3. You can use dark theme
What you can do with signing up
9
7

Delete article

Deleted articles cannot be recovered.

Draft of this article would be also deleted.

Are you sure you want to delete this article?