Emma Broman 68ab41a241 Fix broken Apollo profile and transform initialization in general (#3704)
* Fix faulty log category and minor inconsistencies in GlobeTranslation and GlobeRotation

* Small refactor

* Remove unused return value from initialize function

* Fill attached node in globetranslation initialize and initialize all timeline

Should make the timeline translation work with globetranslations in other cases that the renderabletrails

* Do the same type of change for rotation and scale

* Update initialize function singatures

* Initialize and update translation in trail before use

* Screenspace renderable renderable - move initialize call to initialize

* Refactor trail position calls to make it clearer what is being done

* Call timeframe initialize functions in transform classes

* Do not call update in trail position after all - it borks up the performance

* GlobeTransform: Only fill attached node in init and onchange, and allow nodes without renderable

* Correctly initialize the multi-transform types

* Apply suggestions from code review

* Apply suggestions from code review

Co-authored-by: Alexander Bock <alexander.bock@liu.se>

* Address code review comment

* Update comments in renderabletrail

---------

Co-authored-by: Alexander Bock <alexander.bock@liu.se>
2025-06-10 12:05:30 +02:00
2025-06-02 09:12:36 +02:00
2025-01-14 16:21:08 +01:00
2024-03-22 09:42:13 +01:00
2023-09-12 13:18:25 +02:00
2025-05-19 15:02:48 +02:00
2024-04-19 17:50:20 +02:00
2023-01-14 12:04:13 +01:00
2023-10-30 13:44:13 +11:00
2024-04-19 17:50:20 +02:00
2023-11-20 23:39:17 +01:00
2025-01-14 16:21:08 +01:00
2025-06-09 21:14:21 +02:00
2025-01-07 09:24:16 +01:00

OpenSpace Logo OpenSpace is an open source, non-commercial, and freely available interactive data visualization software designed to visualize the entire known universe and portray our ongoing efforts to investigate the cosmos. Bringing the latest techniques from data visualization research to the general public, OpenSpace supports interactive presentation of dynamic data from observations, simulations, and space mission planning and operations. The software works on multiple operating systems (Windows, Linux, MacOS) with an extensible architecture capable of powering both personal computers and also high resolution tiled displays and planetarium domes. In addition, OpenSpace enables simultaneous connections across the globe creating opportunity for shared experiences among audiences worldwide. The target audience of the software reaches from the general public who wishes to explore our universe, enthusiasts interested in hacking the underlying components in OpenSpace to create unique experiences, informal science institutions wishing to create a low-cost, yet powerful exhibition piece, but also scientists desiring to visualize their datasets in a contextualized, powerful software.

License Download Size

System Paper GlobeBrowsing Paper

Contributors Commits

Image

Background

OpenSpace started as a collaboration between Sweden's Linköping University (LiU) and the American Museum of Natural History (AMNH). Development of the software began several years ago through a close collaboration with NASA Goddard's Community Coordinated Modeling Center (CCMC) to model space weather forecasting and continued with visualizations of NASA's New Horizons mission to Pluto and ESA's Rosetta mission to 67P/Churyumov-Gerasimenko. This promising set of preliminary work provided a foundation for continued funding from NASA, the Swedish eScience Research Centre, and the Knut and Alice Wallenberg foundation, which has extended the collaboration to include the University of Utah's Scientific Computing and Imaging (SCI) Institute, New York University's Tandon School of Engineering, multiple informal science institutions across the world, and multiple, international vendors.

Image

Features

Some of the high-level features supported in OpenSpace are:

  • AMNH's Digital Universe catalog of extrasolar datasets (stars, galaxies, quasars, ...)
  • High-resolution planetary images for major objects in the solar system (Earth, Moon, Mars, Venus, ...)
  • Animated 3D models representing space missions (ISS, New Horizons, JWST, ...)
  • Support for custom profiles with arbitrary user-defined content
  • Ability to drive any type of display environment (flat screen, multi-projector, planetariums, ...)
  • Lua and JavaScript interface into the engine allowing highly customized controls
  • Native support to export an interactive sessions as individual frames for video export
  • much much more (see our Changelog)

OpenSpace requires at least support for OpenGL version 3.3, some custom components require at least version 4.2.

Image

Getting Started

This repository contains the source code and example profiles for OpenSpace, but does not contain any data. To build and install the application, please check out the Documentation. Here, you will find the build instructions for all operating systems. Please note that the Apple Silicon series of chips do not support OpenGL natively and Metal 2 does not support double precision accuracy (see here Section 2.1), therefore only the Intel processors for MacOS are supported and maintained.

Requirements for compiling are:

  • CMake version 3.25 or above
  • C++ compiler supporting C++20/C++23 (Visual Studio 2022 17.11, GCC13, Clang17, AppleClang 15.0.0)
  • Qt

💡 Asking Questions

Feel free to create issues for missing features, bug reports, or compile problems or contact us via email. Regarding any issues, you are very welcome on our Slack support channel to which you can freely sign-up.

❤️ Contributing

Any contributions to the software are very welcome and can take a multitude of forms, from reporting a bug, fixing bugs, creating new content, writing new features, and even creating and sharing images and videos you have made with the software. Please feel free to share anything you want in the #sharespace channel on the Slack.

Image

License

The contents of this repository provided under an MIT license.

Support

OpenSpace is supported by the following institutions:

Image

Description
This is the official GitHub repository for OpenSpace: an open source astrovisualization project. For instructions on how to build and run OpenSpace, see the Getting Started Guides on the wiki page at http://docs.openspaceproject.com.
Readme Cite this repository 580 MiB
Languages
C++ 73.6%
Lua 20.1%
GLSL 3.8%
CMake 1.6%
SuperCollider 0.5%
Other 0.3%