cosmoscout-vr
:milky_way: A virtual universe which lets you explore, analyze and present huge planetary datasets and large simulation data in real-time.
Science Score: 67.0%
This score indicates how likely this project is to be science-related based on various indicators:
-
✓CITATION.cff file
Found CITATION.cff file -
✓codemeta.json file
Found codemeta.json file -
✓.zenodo.json file
Found .zenodo.json file -
✓DOI references
Found 3 DOI reference(s) in README -
✓Academic publication links
Links to: zenodo.org -
○Academic email domains
-
○Institutional organization owner
-
○JOSS paper metadata
-
○Scientific vocabulary similarity
Low similarity (14.7%) to scientific vocabulary
Keywords
Repository
:milky_way: A virtual universe which lets you explore, analyze and present huge planetary datasets and large simulation data in real-time.
Basic Info
Statistics
- Stars: 387
- Watchers: 14
- Forks: 34
- Open Issues: 38
- Releases: 15
Topics
Metadata Files
README.md
CosmoScout VR is a modular virtual universe developed at the German Aerospace Center (DLR). It lets you explore, analyze and present huge planetary data sets and large simulation data in real-time.
The software can be build on Linux (gcc or clang) and Windows (msvc). Nearly all dependencies are included as git submodules, please refer to the documentation in order to get started.
Features
Below is a rough sketch of the possibilities you have with CosmoScout VR. While this list is far from complete it provides a good overview of the current feature set. You can also read the changelog to learn what's new in the current version. There is also an interesting article in the DLR magazine, and several papers which provide some insight into the ideas behind CosmoScout VR.
- [X] Solar System Simulation
- [X] Positioning of celestial bodies and space crafts based on SPICE
- [X] Rendering of highly detailed level-of-detail planets based on WebMapServices (with csp-lod-bodies)
- [X] Rendering of configurable atmospheres (Mie- and Rayleigh-scattering) around planets (with csp-atmospheres)
- [X] Physically based rendering of 3D satellites (with csp-satellites)
- [X] Rendering of Tycho, Tycho2 and Hipparcos star catalogues (with csp-stars)
- [X] Rendering of orbits and trajectories based on SPICE (with csp-trajectories)
- [X] Rendering of shadows
- [X] HDR-Rendering
- [x] Flexible User Interface
- [X] Completely written in JavaScript with help of the Chromium Embedded Framework
- [X] Main UI can be drawn in the screen- or world-space
- [X] Web pages can be placed on planetary surfaces
- [X] Interaction works both in VR and on the Desktop
- [x] Clear API between C++ and JavaScript
- [ ] Cross-Platform
- [X] Runs on Linux
- [X] Runs on Windows
- [ ] Runs on MacOS
- [ ] System Architecture
- [X] Plugin-based - most functionality is loaded at run-time
- [ ] Network synchronization of multiple instances
- [x] Hardware device support - CosmoScout VR basically supports everything which is supported by ViSTA and VRPN. The devices below are actively supported (or planned to be supported).
- [X] Mouse
- [X] Keyboard
- [X] HTC-Vive
- [X] ART-Tracking systems
- [X] 3D-Connexion Space Navigator
- [X] Multi-screen systems like tiled displays or CAVE's
- [X] Multi-screen systems on distributed rendering clusters
- [X] Side-by-side stereo systems
- [X] Quad-buffer stereo systems
- [X] Anaglyph stereo systems
- [x] Game Pads like the X-Box controller
Getting Started
:warning: Warning: CosmoScout VR is research software which is still under heavy development and changes on a daily basis. Many features are badly documented, it will crash without warning and may do other unexpected things. We are working hard on improving the user experience - please report all issues and suggestions you have!
For each release, binary packages are automatically created via Github Actions.
When started for the very first time, some example datasets will be downloaded from the internet. This will take some time! The progress of this operation is shown on the loading screen.
If the binary releases do not work for you or you want to test the latest features, you have to compile CosmoScout VR yourself.
This is actually quite easy as there are several guides in the docs directory to get you started!
Plugins for CosmoScout VR
CosmoScout VR can be extended via plugins. In fact, without any plugins, CosmoScout VR is just a black and empty universe. Here is a list of plugins which are included in this repository. There are also additional plugins which are listed further below.
Core Plugins | Description | Screenshot
:----|:-----------------|:----------
csp-anchor-labels | Draws a click-able label at each celestial anchor. When activated, the user automatically travels to the selected body. The size and overlapping-behavior of the labels can be adjusted. |
csp-atmospheres | Draws atmospheres around celestial bodies. It supports multiple atmospheric models. |
csp-custom-web-ui | Allows adding custom HTML-based user interface elements as sidebar-tabs, as floating windows or into free space. |
csp-demo-node-editor | An example on how to use the csl-node-editor plugin library for creating data flow graphs within CosmoScout VR. |
csp-fly-to-locations | Adds several quick travel targets to the sidebar. It supports shortcuts to celestial bodies and to specific geographic locations on those bodies. |
csp-lod-bodies | Draws level-of-detail planets and moons. This plugin supports the visualization of entire planets in a 1:1 scale. The data is streamed via Web-Map-Services (WMS) over the internet. A dedicated MapServer is required to use this plugin. |
csp-measurement-tools | Provides several tools for terrain measurements. Like measurement of distances, height profiles, volumes or areas. |
csp-minimap | Displays a configurable 2D-Minimap in the user interface. |
csp-recorder | A CosmoScout VR plugin which allows basic capturing of high-quality videos. Requires that csp-web-api is enabled. |
csp-rings | Draws simple rings around celestial bodies. The rings can be configured with an inner and an outer radius and a texture. |
csp-satellites | Draws GTLF models at positions based on SPICE data. It uses physically based rendering for surface shading. |
csp-sharad | Renders radar datasets acquired by the Mars Reconnaissance Orbiter. The SHARAD profiles are rendered inside of Mars, the Martian surface is made translucent in front of the profiles. |
csp-simple-bodies | Renders simple spherical celestial bodies. The bodies are drawn as an ellipsoid with an equirectangular texture. |
csp-stars | Draws 3D-stars loaded from catalogues. For now Tycho, Tycho2 and the Hipparcos catalogue are supported. |
csp-timings | Uses the built-in timer queries of CosmoScout VR to draw on-screen live frame timing statistics. This plugin can also be used to export recorded time series to a CSV file. |
csp-trajectories | Draws trajectories of celestial bodies and spacecrafts based on SPICE. The color, length, number of samples and the reference frame can be configured. |
csp-web-api | Allows to control CosmoScout VR via an HTTP protocol. It also allows capturing screenshots over HTTP. |
csp-wms-overlays | Overlays time dependent map data from Web-Map-Services (WMS) over bodies rendered by other plugins. | 
Additional Plugins | Description | Screenshot
:----|:-----------------|:----------
csp-gaussian-splatting | This plugin uses the code provided for the paper "3D Gaussian Splatting for Real-Time Radiance Field Rendering" to visualize radiance fields. |
csp-user-study |This plugin was used for the user study of the IEEE Aerospace paper "CosmoScout VR: A Modular 3D Solar System Based on SPICE". It can be used to record a series of checkpoints which the user has to fly through. | 
Credits
Some badges in this README.md are from shields.io. The documentation of CosmoScout VR also uses icons from simpleicons.org.
Owner
- Name: CosmoScout VR
- Login: cosmoscout
- Kind: organization
- Email: cosmoscout@dlr.de
- Location: Braunschweig, Germany
- Repositories: 7
- Profile: https://github.com/cosmoscout
UNVEIL THE UNIVERSE
Citation (CITATION.cff)
# ------------------------------------------------------------------------------------------------ # # This file is part of CosmoScout VR # # ------------------------------------------------------------------------------------------------ # # SPDX-FileCopyrightText: German Aerospace Center (DLR) <cosmoscout@dlr.de> # SPDX-License-Identifier: CC0-1.0 cff-version: 1.2.0 message: "If you use this software, please cite it as below." authors: - family-names: "Schneegans" given-names: "Simon" orcid: "https://orcid.org/0000-0003-1847-4135" - family-names: "Flatken" given-names: "Markus" orcid: "https://orcid.org/0000-0003-1687-6181" - family-names: "Gerndt" given-names: "Andreas" orcid: "https://orcid.org/0000-0002-0409-8573" title: "CosmoScout VR" doi: 10.5281/zenodo.3381953 url: "https://github.com/cosmoscout/cosmoscout-vr"
GitHub Events
Total
- Create event: 22
- Release event: 2
- Issues event: 10
- Watch event: 29
- Delete event: 24
- Member event: 1
- Issue comment event: 71
- Push event: 185
- Pull request review comment event: 33
- Pull request review event: 48
- Pull request event: 46
- Fork event: 5
Last Year
- Create event: 22
- Release event: 2
- Issues event: 10
- Watch event: 29
- Delete event: 24
- Member event: 1
- Issue comment event: 71
- Push event: 185
- Pull request review comment event: 33
- Pull request review event: 48
- Pull request event: 46
- Fork event: 5
Issues and Pull Requests
Last synced: 6 months ago
All Time
- Total issues: 6
- Total pull requests: 17
- Average time to close issues: 12 months
- Average time to close pull requests: 12 days
- Total issue authors: 3
- Total pull request authors: 3
- Average comments per issue: 0.67
- Average comments per pull request: 1.18
- Merged pull requests: 13
- Bot issues: 0
- Bot pull requests: 0
Past Year
- Issues: 5
- Pull requests: 17
- Average time to close issues: 20 days
- Average time to close pull requests: 12 days
- Issue authors: 3
- Pull request authors: 3
- Average comments per issue: 0.6
- Average comments per pull request: 1.18
- Merged pull requests: 13
- Bot issues: 0
- Bot pull requests: 0
Top Authors
Issue Authors
- JonasGilg (5)
- DanielPSchenk (2)
- itsaps (1)
- akuzminykh (1)
- jeveloper (1)
Pull Request Authors
- Schneegans (24)
- JonasGilg (7)
- DanielPSchenk (4)
- Nyran (1)
- BoseBrezel (1)
Top Labels
Issue Labels
Pull Request Labels
Dependencies
- actions/checkout v3 composite
- actions/upload-artifact v1 composite
- coverallsapp/github-action master composite
- fsfe/reuse-action v1 composite
- hendrikmuhs/ccache-action v1.2.5 composite
- ilammy/msvc-dev-cmd v1 composite
- actions/checkout v3 composite
- svenstaro/upload-release-action v1-release composite