Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/arscan/encom-globe
🌎 WebGL globe based on the boardroom scene from Tron: Legacy
https://github.com/arscan/encom-globe
globe javascript threejs tron webgl
Last synced: about 1 month ago
JSON representation
🌎 WebGL globe based on the boardroom scene from Tron: Legacy
- Host: GitHub
- URL: https://github.com/arscan/encom-globe
- Owner: arscan
- Created: 2014-03-09T23:24:10.000Z (over 10 years ago)
- Default Branch: master
- Last Pushed: 2022-05-05T07:26:47.000Z (over 2 years ago)
- Last Synced: 2024-09-29T05:20:46.533Z (about 1 month ago)
- Topics: globe, javascript, threejs, tron, webgl
- Language: JavaScript
- Homepage: https://www.robscanlon.com/encom-globe/
- Size: 5.09 MB
- Stars: 1,075
- Watchers: 34
- Forks: 172
- Open Issues: 8
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
The **Encom Globe** is a WebGL-based clone of the globe from the boardroom scene in [Tron: Legacy](http://www.imdb.com/title/tt1104001/). If you don't recall that scene, check out [Bradley Munkowitz's excellent writeup](http://work.gmunk.com/TRON-Board-Room) about its production for more information.
This version attempts to stay as true to the in-movie original as possible while maintaining a high frame rate on low powered machines and devices. It is getting *pretty close* to acheiving that goal and mimics most of the details seen on screen, including the loading animations for the globe hexagon particles, the satellites, and the markers.
![Encom Globe](https://raw.github.com/arscan/encom-globe/master/screenshot.jpg "Encom Globe")
It written using Three.js, with parts implemented in GLSL. It is not at all affiliated with Tron, Disney, or the team that created the original movie version. It is just a tribute.
A [Demo](http://www.robscanlon.com/encom-globe) is available on my website.
### Usage
The Encom Globe was written as part of a [larger project](http://www.robscanlon.com/encom-boardroom) and with a specific use in mind, but it does provide a certain level of flexibility if you would like to use it yourself as an alternative to the popular [WebGL Globe](http://www.chromeexperiments.com/globe). The blue markers, orange connected markers, and satellites can be placed wherever and whenever you would like.
View [index.html](index.html) for a usage example.
### License
The MIT License (MIT)
Copyright (c) 2014-2017 Robert ScanlonPermission is hereby granted, free of charge, to any person obtaining a copy
of this software and associated documentation files (the "Software"), to deal
in the Software without restriction, including without limitation the rights
to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
copies of the Software, and to permit persons to whom the Software is
furnished to do so, subject to the following conditions:The above copyright notice and this permission notice shall be included in
all copies or substantial portions of the Software.THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN
THE SOFTWARE.