Infinitarium

Astronomy Rendering Engine


Project maintained by tlareywi Hosted on GitHub Pages — Theme by mattgraham

Introduction

A real-time graphics engine geared toward astronomy visualizations/simulation. Basically a passion project, and nowhere near production ready, but is growing ever more capable. The architectural focus is a bit different from projects like Stellarium. I wanted to make it easy to import new data-sets, star catalogs, etc. so a significant effort has been spent on Python integration so tools like AstroPy can be easilly leveraged. Complete scenes can be defined and exported via a Python script and then loaded into the C++/Vulkan viewer. Some features include;

Tycho2 Catalog Render

Tycho2 Catalog

Bloom Effect on Star

Bloom Effect

Initial ImGUI integration (Hipparcos catalog in background)

ImGUI Integration

Current Efforts

Supported Platforms

Windows, Linux, MacOS (hardware must support Metal). Windows is currently the active development environment and will be the most stable and likely to build off the mainline.

Douloading Source Code

Build Dependencies

I’ll get around to documenting this once things stabilize a bit. It’s a Cmake build system, so it will let you know what’s missing ;) But you at least need the following.

Required Runtime Dependencies

Runtime Dependencies for building scenes (python)

Usage

Startup scene has a minimal ImGui interface that allows loading of sample scenes such as Hipparcos and Tyco2 catalogs. The Scenegraph window allows exploration of the current scene nodes and interactive manipulation of shader uniforms. Various aspects of rendering such as star appearance can be adjusted this way.