Sky Map

History

Sky Map was designed and developed by a group of Google engineers in Pittsburgh, Pennsylvania as part of their 20% time.[3]

It's now "donated and open-sourced".

Licensing

On January 20, 2012, Google announced a student development partnership with Carnegie Mellon University and released Sky Map under the Apache 2.0 open source license.[4]

Code

The project is presently available in the form of a GitHub repository.[5]

gollark: On your neural interface, I mean?
gollark: Anyway, perhaps you would like to... *test* a potatOS computer?
gollark: You said `or even a cc emulator in cc`, please stop being hypocritical.
gollark: jrengen: look at discord, you can see that bit of code the potatOS sandbox has for, OH LOOK, running the BIOS inside a filesystem sandboxing.
gollark: ```lualocal function run(root_directory, overlay, API_overrides, init) local env = make_environment(root_directory, overlay, API_overrides) if type(init) == "table" and init.URL then init = fetch(init.URL) end init = init or fetch "https://pastebin.com/raw/wKdMTPwQ" env.init_code = init local out, err = load(init, "@init.lua", "t", env) if not out then error(err) end env.hypercalls.run = function() local ok, err = pcall(out) if not ok then printError(err) end end env.hypercalls.run()end```

See also

References

  1. Temperton, James (2011-11-22). "Google Sky Map for Android helps you explore the universe". Computeractive. Incisive Media. Archived from the original on 2012-03-19. Retrieved 2013-10-23.
  2. Baig, Edward C. (2010-11-17). "Google Sky Map Android app travels through time". USA Today. ABC News. Archived from the original on 2011-02-17. Retrieved 2013-10-23.
  3. Walker-Morgan, Dj (2012-01-23). "Google's Sky Map for Android now open source". The H. Archived from the original on 2013-10-23. Retrieved 2013-10-23.
  4. Taylor, John; Serafini, Kevin (2012-01-20). "Open-sourcing Sky Map and collaborating with Carnegie Mellon University". Research @ Google. Retrieved 2013-10-23.
  5. "stardroid". GitHub. Retrieved 2016-03-08.


This article is issued from Wikipedia. The text is licensed under Creative Commons - Attribution - Sharealike. Additional terms may apply for the media files.