You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
**Gio.js** is an open source library for data visualization library based on a 3D globe. This library is inspired by the [Arms Trade Visualization](http://armsglobe.chromeexperiments.com/) project developed by Michael Chang and presented during Google Ideas INFO 2012. See [original post](http://mflux.tumblr.com/post/28367579774/armstradeviz). What makes Gio.js different is that it is fully customizable for users, friendly to future developers to use in a declarative way.
19
-
20
-
There is a React version of giojs -- react-giojs, try it in another repo: https://github.com/syt123450/react-giojs
20
+
**Gio.js** is an open source library for web 3D globe data visualization based on Three.js. What makes Gio.js different is that it is **simple** to use Gio.js to **customize** a 3D data visualization model in a declarative way and integrate it into your own **modern** web application.
21
21
22
22
<!-- [START screenshot] -->
23
23
<palign="center">
@@ -27,10 +27,25 @@ There is a React version of giojs -- react-giojs, try it in another repo: https:
27
27
28
28
## Content
29
29
30
+
*[Motivation](#motivation)
30
31
*[Getting Started](#getting-started)
31
32
*[Examples](#examples)
32
33
*[Documentation](#documentation)
33
34
35
+
<!-- [START motivation] -->
36
+
37
+
## Motivation
38
+
39
+
**Gio.js** is an open source library for web 3D globe data visualization based on Three.js. What makes Gio.js different is that it is **simple** to use Gio.js to **customize** a 3D data visualization model in a declarative way and integrate it into your own **modern** web application.
40
+
41
+
This library is inspired by the <ahref="https://github.com/dataarts/armsglobe">Arms Trade Visualization project</a> developed by Michael Chang and presented during Google Ideas INFO 2012. See <ahref="http://mflux.tumblr.com/post/28367579774/armstradeviz">original post</a>. With Gio.js, it is easy to reproduce this fantastic data visualization model, and integrate it into web application.
42
+
43
+
***Simplicity** -- Create a 3D global data visualization model with your own data in just four lines of javascript code
44
+
***Customization** -- Design your own globe style with easy to use APIs in Gio.js
45
+
***Modernization** -- Build a responsible, fully interactive, rich 3D frontend application using Gio.js
@@ -103,7 +118,7 @@ To initialize and render the 3D Gio globe:
103
118
104
119
</script>
105
120
```
106
-
If everything goes well, you should see [this](http://giojs.org/examples/00_hello_world(simplest).html).
121
+
If everything goes well, you shall see [this](http://giojs.org/examples/00_hello_world(simplest).html). For more fancier usage of Gio.js, check out <ahref="http://giojs.org/html/docs/index.html">Gio.js API document</a>
107
122
108
123
Click the codepen logo to try it in Codepen: <atarget="_blank"href="https://codepen.io/syt123450/pen/VXNdgM"><imgwidth=50height=50src="https://rawgit.com/syt123450/Gio.js/master/assets/readme/codepen.png"></a>
109
124
@@ -117,7 +132,7 @@ Gio.js has many representative demos to show how to work with Gio.js, there are
117
132
118
133
- Resource 1: Gio.js Playground
119
134
120
-
There is a Playground(<ahref="http://giojs.org/html/playground.html">playground link</a>) for developers to play with Gio.js and export Gio.js parameter.
135
+
There is a Playground ( <ahref="http://giojs.org/html/playground.html">playground link</a>) for developers to play with Gio.js and export Gio.js parameter.
Copy file name to clipboardExpand all lines: docs/en/Getting_Started.md
+2-2Lines changed: 2 additions & 2 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -1,6 +1,6 @@
1
1
# Gio.js Hello World
2
2
3
-
**Gio.js** is an open source library for data visualization on a 3D globe. This library is inspired by the [Arms Trade Visualization](http://armsglobe.chromeexperiments.com/) project developed by Michael Chang and presented during Google Ideas INFO 2012. What makes Gio.js different is that it is fully customizable for user and friendly to future developers.
3
+
**Gio.js** is an open source library for data visualization on a 3D globe. This library is inspired by the [Arms Trade Visualization](https://github.com/dataarts/armsglobe) project developed by Michael Chang and presented during Google Ideas INFO 2012. What makes Gio.js different is that it is fully customizable for user and friendly to future developers.
0 commit comments