All Projects → cosmoscout → Cosmoscout Vr

cosmoscout / Cosmoscout Vr

Licence: other
🌌 A virtual universe which lets you explore, analyze and present huge planetary datasets and large simulation data in real-time.

Programming Languages

cpp
1120 projects

Projects that are alternatives of or similar to Cosmoscout Vr

Opentk
The Open Toolkit library is a fast, low-level C# wrapper for OpenGL, OpenAL & OpenCL. It also includes windowing, mouse, keyboard and joystick input and a robust and fast math library, giving you everything you need to write your own renderer or game engine. OpenTK can be used standalone or inside a GUI on Windows, Linux, Mac.
Stars: ✭ 2,284 (+851.67%)
Mutual labels:  opengl, scientific-visualization
Polymer
🎨 graphics + interaction engine
Stars: ✭ 243 (+1.25%)
Mutual labels:  opengl, virtual-reality
Tomviz
Cross platform, open source application for the processing, visualization, and analysis of 3D tomography data
Stars: ✭ 230 (-4.17%)
Mutual labels:  opengl, scientific-visualization
Silk.net
The high-speed OpenAL, OpenGL, Vulkan, and GLFW bindings library your mother warned you about.
Stars: ✭ 534 (+122.5%)
Mutual labels:  opengl, scientific-visualization
Covise
Collaborative Visualization and Simulation Environment, OpenCOVER and OddLOT
Stars: ✭ 101 (-57.92%)
Mutual labels:  scientific-visualization, virtual-reality
Pyglet
pyglet is a cross-platform windowing and multimedia library for Python, for developing games and other visually rich applications.
Stars: ✭ 756 (+215%)
Mutual labels:  opengl, scientific-visualization
omegalib
A hybrid visualization framework for desktops, large immersive displays and the web
Stars: ✭ 74 (-69.17%)
Mutual labels:  virtual-reality, scientific-visualization
Ipyvolume
3d plotting for Python in the Jupyter notebook based on IPython widgets using WebGL
Stars: ✭ 1,696 (+606.67%)
Mutual labels:  scientific-visualization, virtual-reality
Inviwo
Inviwo - Interactive Visualization Workshop
Stars: ✭ 199 (-17.08%)
Mutual labels:  opengl, scientific-visualization
Punes
Nintendo Entertaiment System emulator and NSF/NSFe Music Player (Linux, FreeBSD, OpenBSD and Windows)
Stars: ✭ 217 (-9.58%)
Mutual labels:  opengl
Datoviz
⚡ High-performance GPU interactive scientific data visualization with Vulkan
Stars: ✭ 222 (-7.5%)
Mutual labels:  scientific-visualization
Skui
Skia-based C++ UI framework
Stars: ✭ 218 (-9.17%)
Mutual labels:  opengl
Nimgl
NimGL is a Nim library that offers bindings for popular libraries used in computer graphics
Stars: ✭ 218 (-9.17%)
Mutual labels:  opengl
Raspberry Pi
My public Baremetal Raspberry Pi code
Stars: ✭ 218 (-9.17%)
Mutual labels:  opengl
Openswe1r
An Open-Source port of the 1999 Game "Star Wars Episode 1: Racer"
Stars: ✭ 236 (-1.67%)
Mutual labels:  opengl
Ios Gpuimage Plus
GPU accelerated image filters for iOS, based on OpenGL.
Stars: ✭ 217 (-9.58%)
Mutual labels:  opengl
Glhf
openGL Have Fun - A Go package that makes life with OpenGL enjoyable.
Stars: ✭ 217 (-9.58%)
Mutual labels:  opengl
Openxr Sdk Source
Sources for OpenXR loader, basic API layers, and example code.
Stars: ✭ 236 (-1.67%)
Mutual labels:  virtual-reality
Chart Fx
A scientific charting library focused on performance optimised real-time data visualisation at 25 Hz update rates for data sets with a few 10 thousand up to 5 million data points.
Stars: ✭ 227 (-5.42%)
Mutual labels:  scientific-visualization
Island
Lightweight and low-level creative coding toolkits in C.
Stars: ✭ 225 (-6.25%)
Mutual labels:  opengl

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.

Build Status Coverage Status documentation license source loc plugin loc comments DOI

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 which provides some insight into the ideas behind CosmoScout VR.

  • [ ] 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)
    • [ ] Rendering of shadows
    • [ ] 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
  • [ ] 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
    • [ ] Game Pads like the X-Box controller

Getting Started

⚠️ 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 available plugins.

Official 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. screenshot
csp-atmospheres Draws atmospheres around celestial bodies. It calculates single Mie- and Rayleigh scattering via raycasting in real-time. screenshot
csp-custom-web-ui Allows adding custom HTML-based user interface elements as sidebar-tabs, as floating windows or into free space. screenshot
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. screenshot
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. screenshot
csp-measurement-tools Provides several tools for terrain measurements. Like measurement of distances, height profiles, volumes or areas. screenshot
csp-minimap Displays a configurable 2D-Minimap in the user interface. screenshot
csp-recorder A CosmoScout VR plugin which allows basic capturing of high-quality videos. Requires that csp-web-api is enabled. screenshot
csp-rings Draws simple rings around celestial bodies. The rings can be configured with an inner and an outer radius and a texture. screenshot
csp-satellites Draws GTLF models at positions based on SPICE data. It uses physically based rendering for surface shading. screenshot
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. screenshot
csp-simple-bodies Renders simple spherical celestial bodies. The bodies are drawn as an ellipsoid with an equirectangular texture. screenshot
csp-stars Draws 3D-stars loaded from catalogues. For now Tycho, Tycho2 and the Hipparcos catalogue are supported. screenshot
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. screenshot
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. screenshot
csp-web-api Allows to control CosmoScout VR via an HTTP protocol. It also allows capturing screenshots over HTTP. screenshot

License

Copyright (c) 2019 German Aerospace Center (DLR)

Permission 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.

Credits

Some badges in this README.md are from shields.io. The documentation of CosmoScout VR also uses icons from simpleicons.org.

Note that the project description data, including the texts, logos, images, and/or trademarks, for each open source project belongs to its rightful owner. If you wish to add or remove any projects, please contact us at [email protected].